From 5ec567b27e55c521baff853b67092bcb5d15b5ba Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Wed, 13 May 2020 23:50:01 +0100 Subject: [PATCH] travis: Only notify IRC about failures on change There's no need to notify IRC on every failure, it can get spammy when we're iterating trying to fix something. This patch changes the config to notify IRC on change instead of always. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d79645..115a3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,4 +42,4 @@ notifications: - "ircs://chat.freenode.net:7070/#chasquid" use_notice: true on_success: change - on_failure: always + on_failure: change