From eb2650c027d1f934be2ae1b0040134c177446785 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Thu, 2 Oct 2014 17:38:17 -0400 Subject: [PATCH] Travis: notify IRC without joining channel --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33db8aa7..6df45689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,9 @@ script: "bin/rake ci" notifications: email: false - irc: "chat.freenode.net#tracks" + irc: + channels: "chat.freenode.net#tracks" + skip_join: true addons: code_climate: