From 2e3b013411fe5aedc88789d41b4388421a8be7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 7 Jan 2014 12:14:15 -0500 Subject: [PATCH] travis: Use NOTICE instead of PRIVMSG on IRC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3aba29d1e0..62028c4fae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,6 @@ notifications: recipients: - lxc-devel@lists.linuxcontainers.org irc: + channels: - "chat.freenode.net#lxcontainers" + use_notice: true