Skip to content

Commit

Permalink
Don't send email on success
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 20, 2016
1 parent 15dc854 commit 664f778
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
Expand Up @@ -2,3 +2,6 @@ language: node_js
node_js: node
script: npm run lint && npm test
after_success: npm run coverage
notifications:
email:
on_success: never

0 comments on commit 664f778

Please sign in to comment.