Skip to content

Commit

Permalink
Added coveralls call for failures as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 17, 2015
1 parent 5edb548 commit e7cafd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "0.12"
after_success: 'npm run coveralls'
after_success: 'npm run coveralls'
after_failure: 'npm run coveralls'

0 comments on commit e7cafd3

Please sign in to comment.