We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa661ff commit e0fa330Copy full SHA for e0fa330
.circleci/config.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: circleci/node:8.9.1
6
+ steps:
7
+ - checkout
8
+ - run:
9
+ name: install
10
+ command: yarn --frozen-lockfile
11
12
+ name: test
13
+ command: yarn test-ci
14
15
+ name: coverage
16
+ command: ./node_modules/.bin/coveralls < coverage/lcov.info
circle.yml
0 commit comments