From 703ee410b4a97136541ee3aacaed366e4a12e430 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 5 Sep 2014 11:46:27 -0700 Subject: [PATCH] Quieter Travis notifications in IRC --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2e635d6f5..4907a7cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,5 @@ notifications: - "irc.freenode.org#beets" use_notice: true skip_join: true + on_success: change + on_failure: always