From ebb441ded25420bad941d970ef650552d6cc2f9c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 26 Jul 2017 15:39:50 -0400 Subject: [PATCH] Point travis to #tor-ci, not #tor-bots --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa0337b49..59b32dbe4 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}"