From ff6b8f2e591a9af4e24700193c06a8decfabb13c Mon Sep 17 00:00:00 2001 From: anonimal Date: Sat, 27 Aug 2016 18:09:31 +0000 Subject: [PATCH] Build: move Travis IRC notification channel This will allow people to have Travis push notifications for their repo without spamming the dev channel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index beea1dfab..e26712818 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ notifications: on_success: change on_failure: change channels: - - "chat.freenode.net#monero-dev" + - "chat.freenode.net#monero-bots" nick: monero template: - "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"