diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-08-28 22:47:21 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-08-28 22:47:21 +0200 |
commit | e7148039879b900473269d64ad0aa9507578b8fa (patch) | |
tree | 37c422bd8a2ff3f9044150600703c360e63dd922 /.travis.yml | |
parent | Merge pull request #992 (diff) | |
parent | Build: move Travis IRC notification channel (diff) | |
download | monero-e7148039879b900473269d64ad0aa9507578b8fa.tar.xz |
Merge pull request #994
ff6b8f2 Build: move Travis IRC notification channel (anonimal)
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 0d59c33fb..36c48f8d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,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}" |