From af04808941dc7ef7e5c99e818dfbaa4158b2488a Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 1 Nov 2012 00:29:28 +0100 Subject: [PATCH] Make Travis use IRC notice notifications without joining the channel --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6120e2de..bbba0a94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,5 @@ notifications: - "irc.freenode.org#mopidy" on_success: change on_failure: change + use_notice: true + skip_join: true