From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 22 Aug 2013 03:31:27 +0000 (+0200)
Subject: Apparently on_failure email flag affects the original author as well
X-Git-Tag: v0.08260~190
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ac234b53cf87217d22cdc20e768ea7b3cee79be;p=dbsrgits%2FDBIx-Class.git

Apparently on_failure email flag affects the original author as well

Without this only the first committer who broke stuff will get an email
the rest of the breakage will remain silent
---

diff --git a/.travis.yml b/.travis.yml
index 5db8be1..07e9da7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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