Skip to content

Commit

Permalink
chore: reduce coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 6, 2019
1 parent 65dde74 commit f7370d8
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 @@ -6,7 +6,7 @@ script:
- npm run test
- nyc --silent npm run test
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 60
- nyc check-coverage --lines 50
after_success:
- NODE_ENV=production npm run build
- travis-deploy-once "semantic-release"
Expand Down

0 comments on commit f7370d8

Please sign in to comment.