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:
commit
28f9348fea
1 changed files with 8 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue