From: Peter Rabbitson Date: Sun, 2 Dec 2012 08:13:54 +0000 (+0100) Subject: Do not spam the mailing lists - only notify once per branchfail X-Git-Tag: v0.08205~94 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=2af1c37dc3c17873ad80150184157c7f7d80c8e3 Do not spam the mailing lists - only notify once per branchfail --- diff --git a/.travis.yml b/.travis.yml index 8b8fd16..e530e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,9 +44,12 @@ notifications: use_notice: true email: - - ribasushi@cpan.org - # Temporary - if it proves to be too noisy, we'll shut it off - - dbix-class-devel@lists.scsys.co.uk + recipients: + - ribasushi@cpan.org + # 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 language: perl