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 | b45500c6c2d8bbd357ed324b7012f0de7d76fc0d (patch) | |
tree | a071f7c80b0953d58bf436b610fdadde92cd8d19 | |
parent | e2ea9ad4db73e88cdece3b30aaf12aac5101ca7e (diff) | |
parent | ddd66cc01911da301ef61813c951418996c19593 (diff) | |
download | tor-b45500c6c2d8bbd357ed324b7012f0de7d76fc0d.tar.gz tor-b45500c6c2d8bbd357ed324b7012f0de7d76fc0d.zip |
Merge branch 'maint-0.2.7-redux' into release-0.2.7-redux
-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}" |