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 | 6d3b808198b2281a470bd85df5e16d07bf88fcbc (patch) | |
tree | 3f21a8db6756eb64394124fd59460cd98e539ecf | |
parent | 1ee8ed4b63859313a8b720bb91f60375f7f26aad (diff) | |
parent | 5c5eb0f095c2744e8717f613a6edcc8d118f163a (diff) | |
download | tor-6d3b808198b2281a470bd85df5e16d07bf88fcbc.tar.gz tor-6d3b808198b2281a470bd85df5e16d07bf88fcbc.zip |
Merge branch 'maint-0.2.8' into release-0.2.8
-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}" |