commit 8df3fc1a97cf321a50b23990542a4174110c375f Author: Isis Lovecruft isis@torproject.org Date: Thu Jul 24 04:35:12 2014 +0000
Add irc.oftc.net#tor-bridgedb channel for travis-ci bot.
The travis-ci bot cannot currently use #tor-bots due to the +m mode. --- .travis.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml index 3654d0f..354bbd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ notifications: irc: channels: - "irc.oftc.net#tor-bots" + - "irc.oftc.net#tor-bridgedb" template: - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" - "Build details : %{build_url}"