.travis.yml: Don't notify on success

This commit is contained in:
Noam Postavsky 2016-06-11 19:36:21 -04:00
parent dc3e4ca345
commit bc80f67782

View File

@ -26,3 +26,9 @@ install:
script: script:
- rake compile - rake compile
- rake tests - rake tests
notifications:
email:
# Default is change, but that includes a new branch's 1st success.
on_success: never
on_failure: always # The default.