Skip to content

Commit

Permalink
Update Travis config to latest. Move Coveralls submission to after_su…
Browse files Browse the repository at this point in the history
…ccess .
  • Loading branch information
Pakkun committed Aug 17, 2016
1 parent 869bfc6 commit fcaab21
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 @@ -15,5 +15,5 @@ before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
after_success
after_success:
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls

0 comments on commit fcaab21

Please sign in to comment.