Skip to content

Commit 09731cc

Browse files
Upgrade CircleCI
1 parent 3ea1081 commit 09731cc

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:10.11.0
6+
steps:
7+
- checkout
8+
- run: |
9+
yarn run lint
10+
yarn run build
11+
yarn run test-and-send-cov-to-coveralls

circle.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)