diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:39:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:39:55 -0400 |
commit | af39c13a0385c9c61b3a7ffdd6362d2f86e3f44b (patch) | |
tree | e60fd658456aa09db0e5c41f986c5552bbd900af | |
parent | 09618bc48884255d6d3dbc8b156fe025817d9402 (diff) | |
parent | ebb441ded25420bad941d970ef650552d6cc2f9c (diff) | |
download | tor-af39c13a0385c9c61b3a7ffdd6362d2f86e3f44b.tar.gz tor-af39c13a0385c9c61b3a7ffdd6362d2f86e3f44b.zip |
Merge branch 'maint-0.2.4' into maint-0.2.5
-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}" |