From c445d1477cbb5a52bb0451b24410c9d35cfc1a5e Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sat, 1 Apr 2017 21:36:16 +0300 Subject: [PATCH] Make travis only notify if the build changes status Change the behaviour of travis to only notify if the build status changes. The previous behaviour which was notifying for every build regardless of status added a lot of unnecessary noise to the IRC channel. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9a7bcd..ea9bf81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,5 @@ notifications: irc: channels: - "chat.freenode.net#dunst" - on_success: always + on_success: change on_failure: always