Skip to content

Commit

Permalink
chore: relax coverage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 16, 2017
1 parent 008e7b4 commit e3d777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- npm run lint
- nyc --silent npm run test
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 80
- nyc check-coverage --lines 70
after_success:
- export NODE_ENV=production
- rm -fr ./dist
Expand Down

0 comments on commit e3d777f

Please sign in to comment.