Skip to content

Commit

Permalink
chore: fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 27, 2017
1 parent e006c15 commit 5ebcf55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ script:
- npm run build
- npm run test
- npm run lint
# - nyc --silent npm run test
# - nyc report --reporter=text-lcov | coveralls
# - nyc check-coverage --lines 80
- NODE_ENV=test nyc --silent ava
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 70
after_success:
- export NODE_ENV=production
- rm -fr ./dist
Expand Down

0 comments on commit 5ebcf55

Please sign in to comment.