Apparently on_failure email flag affects the original author as well
Peter Rabbitson [Thu, 22 Aug 2013 03:31:27 +0000 (05:31 +0200)]
Without this only the first committer who broke stuff will get an email
the rest of the breakage will remain silent

.travis.yml

index 5db8be1..07e9da7 100644 (file)
@@ -56,7 +56,7 @@ notifications:
       # Temporary - if it proves to be too noisy, we'll shut it off
       #- dbix-class-devel@lists.scsys.co.uk
     on_success: change
-    on_failure: change
+    on_failure: always
 
 language: perl