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 | ddd66cc01911da301ef61813c951418996c19593 (patch) | |
tree | b14429b7b5ccfa952c5e88ae955ca3e691cf6cf3 | |
parent | c362c6a852d0c7a08d7abb28450a21975e42f55e (diff) | |
parent | f794b40ec0056ae8642d995b3cbce04441ebe26e (diff) | |
download | tor-ddd66cc01911da301ef61813c951418996c19593.tar.gz tor-ddd66cc01911da301ef61813c951418996c19593.zip |
Merge branch 'maint-0.2.6' into maint-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}" |