branch: master
commit bc80f677827f63b756f7ec4f6d19d88278434ce4
Author: Noam Postavsky <npost...@users.sourceforge.net>
Commit: Noam Postavsky <npost...@users.sourceforge.net>

    .travis.yml: Don't notify on success
---
 .travis.yml |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 72aa314..7b007da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,3 +26,9 @@ install:
 script:
   - rake compile
   - rake tests
+
+notifications:
+  email:
+    # Default is change, but that includes a new branch's 1st success.
+    on_success: never
+    on_failure: always # The default.

Reply via email to