Skip to content

Commit ebf1921

Browse files
astorijeleebyron
authored andcommitted
Allow Travis CI's IRC bot to post without joining (#220)
See https://docs.travis-ci.com/user/notifications#IRC-notification for more information. Note that this requires removing the `n` flag on the IRC channel. See https://freenode.net/kb/answer/channelmodes > n (prevent external send): Users outside the channel may not send messages to it. Keep in mind that bans and quiets will not apply to external users.
1 parent fdff997 commit ebf1921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ notifications:
1616
use_notice: true
1717
on_success: change
1818
on_failure: change
19+
skip_join: true
1920
channels:
2021
- chat.freenode.net#graphql
2122

0 commit comments

Comments
 (0)