diff options
author | anonimal <anonimal@i2pmail.org> | 2016-08-27 18:09:31 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2016-08-27 18:09:31 +0000 |
commit | ff6b8f2e591a9af4e24700193c06a8decfabb13c (patch) | |
tree | 269065a697e4797f34744a3a08bd6f4ed21ea431 /.travis.yml | |
parent | Merge pull request #991 (diff) | |
download | monero-ff6b8f2e591a9af4e24700193c06a8decfabb13c.tar.xz |
Build: move Travis IRC notification channel
This will allow people to have Travis push notifications
for their repo without spamming the dev channel
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |