run coverage on circle ci

This commit is contained in:
Henry Zhu 2017-03-27 14:14:49 -04:00
parent 18bbaa0253
commit 1ada981077
2 changed files with 1 additions and 4 deletions

View File

@ -16,14 +16,11 @@ env:
script:
- 'if [ "$JOB" = "test" ]; then make test-ci; fi'
- 'if [ "$JOB" = "test-coverage" ]; then make test-ci-coverage; fi'
- 'if [ "$JOB" = "lint" ]; then make lint && make flow; fi'
matrix:
fast_finish: true
include:
- node_js: "7"
env: JOB=test-coverage
- node_js: "node"
env: JOB=lint

View File

@ -13,4 +13,4 @@ dependencies:
test:
override:
- make test-ci
- make test-ci-coverage