git » chasquid » commit 5ec567b

travis: Only notify IRC about failures on change

author Alberto Bertogli
2020-05-13 22:50:01 UTC
committer Alberto Bertogli
2020-05-13 22:50:01 UTC
parent 7fa564f8223a4de96ebd9f6d4e68da44d62201b2

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 +1 -1

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