From c8aa151685b14738715fb7771992e5e883e4083b Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Tue, 16 Aug 2016 07:50:41 -0400 Subject: [PATCH] Travis-ci bot doesn't need to join #mosh to send notifications If #mosh ever sets the +n channel mode, we'll need to remove the `skip_join: true` part --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a5dfd0..af13bb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,7 @@ script: - make distcheck VERBOSE=1 notifications: - irc: "chat.freenode.net#mosh" + irc: + channels: + - "chat.freenode.net#mosh" + skip_join: true