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 | 1c5a76f0ceeb0e704a52e1f0fd421790b90bebe6 (patch) | |
tree | ac9d8645b3dc82880a23c007a0fc71c99c2889e3 /.travis.yml | |
parent | ebb0ac3385d80c545f049442b1db6a84ff581aad (diff) | |
parent | 7021d33b91a3fe4a4d90ad660db4bba5642769f7 (diff) | |
download | tor-1c5a76f0ceeb0e704a52e1f0fd421790b90bebe6.tar.gz tor-1c5a76f0ceeb0e704a52e1f0fd421790b90bebe6.zip |
Merge branch 'maint-0.3.0' into 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}" |