Skip to content

Commit

Permalink
Run test-coverage script only once on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 14, 2017
1 parent c1fd210 commit b51d5b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -37,8 +37,7 @@ script:
- npm run test-node

after_success:
- npm run test-coverage
- cat ./coverage/lcov.info | coveralls lib
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm run test-coverage && cat ./coverage/lcov.info | coveralls lib; fi

git:
depth: 10

0 comments on commit b51d5b9

Please sign in to comment.