Skip to content

Commit

Permalink
automated change of .travis.yml to enable email notifications - https…
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Feb 6, 2016
1 parent 8011f74 commit ffcbe01
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: node_js
sudo: false

node_js:
- 4
- node

notifications:
email: false

email:
on_success: change
on_failure: always
after_script:
- npm install coveralls
- npm run coverage | coveralls
- 'npm run coverage | coveralls'

0 comments on commit ffcbe01

Please sign in to comment.