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
This commit is contained in:
Andrew Chin
2016-08-16 07:50:41 -04:00
parent ddb5fd9d7a
commit c8aa151685
+4 -1
View File
@@ -30,4 +30,7 @@ script:
- make distcheck VERBOSE=1 - make distcheck VERBOSE=1
notifications: notifications:
irc: "chat.freenode.net#mosh" irc:
channels:
- "chat.freenode.net#mosh"
skip_join: true