diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:10:15 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:10:15 +0200 |
commit | 28f9348fea623808ac762f81c34c8a26dbc32bea (patch) | |
tree | 7cc8469f31674ba6cf35777f90407aa625749517 | |
parent | Merge pull request #924 (diff) | |
parent | include result in the notifications template (diff) | |
download | monero-28f9348fea623808ac762f81c34c8a26dbc32bea.tar.xz |
Merge pull request #920
ca33ce6 include result in the notifications template (Riccardo Spagni)
2a8352d only alert on IRC when the status changes (Riccardo Spagni)
6b6fb7f add IRC notifications to travis (Riccardo Spagni)
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2026cba5f..ba4df1cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,11 @@ addons: script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false + irc: + on_success: change + on_failure: change + channels: + - "chat.freenode.net#monero-dev" + nick: monero + template: + - "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}" |