From 8cb6fc623eddd606f832070fef785d83858d3b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 26 Apr 2014 16:00:37 +0100 Subject: [PATCH] Travis: Reduce IRC notification spam Only send a "the build passed" notification if it previously didn't, i.e. the build was fixed. Failure notifications stay the same --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a5aa48..2acf3ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ notifications: channels: "chat.freenode.net#glowing-bear" use_notice: true skip_join: true + on_success: change + on_failure: always