Skip to content

Commit

Permalink
Allow Travis CI's IRC bot to post without joining (graphql#220)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
astorije authored and IvanGoncharov committed Jun 17, 2017
1 parent fda4647 commit a3d5e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ notifications:
use_notice: true
on_success: change
on_failure: change
skip_join: true
channels:
- chat.freenode.net#graphql

Expand Down

0 comments on commit a3d5e62

Please sign in to comment.