Skip to content

Commit

Permalink
Only Send Travis Emails on Failure (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg authored Sep 22, 2016
1 parent fd785ae commit 65a8ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: node_js
node_js:
- "4.0"
notifications:
email:
on_success: never
script: npm test

0 comments on commit 65a8ab0

Please sign in to comment.