diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:39:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:39:50 -0400 |
commit | ebb441ded25420bad941d970ef650552d6cc2f9c (patch) | |
tree | 8dafdda25b37a35fed0ecb5975c1fa762ecad898 | |
parent | 6d0af8daccd5ed0540f959065c0a794b982432aa (diff) | |
download | tor-ebb441ded25420bad941d970ef650552d6cc2f9c.tar.gz tor-ebb441ded25420bad941d970ef650552d6cc2f9c.zip |
Point travis to #tor-ci, not #tor-bots
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fa0337b492..59b32dbe42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ compiler: notifications: irc: channels: - - "irc.oftc.net#tor-bots" + - "irc.oftc.net#tor-ci" template: - "%{repository} %{branch} %{commit} - %{author}: %{commit_subject}" - "Build #%{build_number} %{result}. Details: %{build_url}" |