From a4a433fa64a484b25639a8806d2a68bba6661f2b Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 29 Sep 2014 09:50:54 +0200 Subject: [PATCH] Set skip_join to false in Travis IRC config Per http://docs.travis-ci.com/user/notifications/#IRC-notification. Bypassing joining the room cuts down on login/logout noise in the IRC channel. But because #bitsquare.io currently has the -n flag set we need to explicitly log in. See #86 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dfddc70fe9..cb2e498666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ notifications: on_success: always on_failure: always use_notice: true - skip_join: true + skip_join: false