Skip to content

Commit

Permalink
chore: disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 18, 2021
1 parent 6d323e5 commit 3fca632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ script:
- npm run test
- npm run build
- nyc --silent npm run test
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 30
# - nyc report --reporter=text-lcov | coveralls
# - nyc check-coverage --lines 30
after_success:
- NODE_ENV=production npm run build
- semantic-release
Expand Down

0 comments on commit 3fca632

Please sign in to comment.