aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-07-23 09:10:15 +0200
committerRiccardo Spagni <ric@spagni.net>2016-07-23 09:10:15 +0200
commit28f9348fea623808ac762f81c34c8a26dbc32bea (patch)
tree7cc8469f31674ba6cf35777f90407aa625749517 /.travis.yml
parentMerge pull request #924 (diff)
parentinclude result in the notifications template (diff)
downloadmonero-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)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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}"