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 | |
| parent | a569b264bc4d4ca1a07c2eadcc24b5ab75fd0c84 (diff) | |
| download | monzero-core-ff6b8f2e591a9af4e24700193c06a8decfabb13c.tar.gz monzero-core-ff6b8f2e591a9af4e24700193c06a8decfabb13c.tar.xz monzero-core-ff6b8f2e591a9af4e24700193c06a8decfabb13c.zip | |
Build: move Travis IRC notification channel
This will allow people to have Travis push notifications
for their repo without spamming the dev channel
| -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}" |
