diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-20 14:50:44 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-20 14:50:44 +0200 |
commit | 6b6fb7f7d08469f3838a6bce8c27557e39ea4759 (patch) | |
tree | fdb2e5aa9b9681bdb2d17df257fc25fd30964a07 /.travis.yml | |
parent | Merge pull request #914 (diff) | |
download | monero-6b6fb7f7d08469f3838a6bce8c27557e39ea4759.tar.xz |
add IRC notifications to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2026cba5f..9f4b7d3d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,9 @@ addons: script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false + irc: + channels: + - "chat.freenode.net#monero-dev" + nick: monero + template: + - "%{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}" |