diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:39:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:39:56 -0400 |
commit | 836d628fc5a8974be09e58c32d2bc178874d50c2 (patch) | |
tree | e9e98b36c69d4104357ac56d387ef895d8b16c23 /.travis.yml | |
parent | ca9834c5ca906c31a7c3259f4008a4d4d0cf69f1 (diff) | |
parent | 1c5a76f0ceeb0e704a52e1f0fd421790b90bebe6 (diff) | |
download | tor-836d628fc5a8974be09e58c32d2bc178874d50c2.tar.gz tor-836d628fc5a8974be09e58c32d2bc178874d50c2.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8d6be32fcd..8cc210827a 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}" |