From 1eee6e849d278c98f5fd58d0f2e7b0ee9ea3bce3 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 2 Sep 2017 10:36:46 -0400 Subject: [PATCH] Move CI notifications to new channel Signed-off-by: James Valleroy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4c4646ff..45efe4931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ notifications: on_failure: always irc: channels: - - "irc.oftc.net#freedombox" + - "irc.oftc.net#freedombox-ci" on_success: always on_failure: always