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)
This commit is contained in:
Riccardo Spagni 2016-07-23 09:10:15 +02:00
commit 28f9348fea
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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}"