Stopping Travis CI email notifications on success
Use the following .travis.yml file:
language: node_js
node_js:
  - '0.10'
notifications:
  email:
    on_success: never
    on_failure: alwaysAnd no more success build emails. You will still get emails for broken builds, and that's great!
Written by Gilad Peleg
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
