Skip to content

Commit

Permalink
chore(travis-ci): only call coveralls on success
Browse files Browse the repository at this point in the history
  • Loading branch information
hutson committed May 29, 2017
1 parent c2cf10c commit e26c9a7
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 @@ -28,5 +28,5 @@ node_js:
- "node"
before_install:
- npm install --global npm@${NPM_VERSION}
after_script:
- cat ./coverage/lcov.info | node $(npm bin)/coveralls.js
after_success:
- cat ./coverage/lcov.info | node $(npm bin)/coveralls

0 comments on commit e26c9a7

Please sign in to comment.