Skip to content

Commit e26c9a7

Browse files
committed
chore(travis-ci): only call coveralls on success
1 parent c2cf10c commit e26c9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ node_js:
2828
- "node"
2929
before_install:
3030
- npm install --global npm@${NPM_VERSION}
31-
after_script:
32-
- cat ./coverage/lcov.info | node $(npm bin)/coveralls.js
31+
after_success:
32+
- cat ./coverage/lcov.info | node $(npm bin)/coveralls

0 commit comments

Comments
 (0)