Skip to content

Commit

Permalink
chore: allow lower code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 29, 2018
1 parent e4f8a4f commit 70b01fe
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 @@ -7,7 +7,7 @@ script:
- npm run lint
- NODE_ENV=test nyc --silent ava
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 70
- nyc check-coverage --lines 60
after_success:
- npm run build
- semantic-release
Expand Down

0 comments on commit 70b01fe

Please sign in to comment.