From 0f5879502b6cab62f570a4020bcd17bc2d574e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 21 Apr 2014 17:45:42 +0200 Subject: [PATCH] travis: send a notice, don't join the channel --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e107f7..3a5aa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ install: "npm -g install jshint" script: "jshint js/*" notifications: email: false - irc: "chat.freenode.net#glowing-bear" + irc: + channels: "chat.freenode.net#glowing-bear" + use_notice: true + skip_join: true