add IRC notifications to travis
This commit is contained in:
parent
38e5156392
commit
6b6fb7f7d0
|
@ -26,3 +26,9 @@ addons:
|
||||||
script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#monero-dev"
|
||||||
|
nick: monero
|
||||||
|
template:
|
||||||
|
- "%{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"
|
||||||
|
|
Loading…
Reference in New Issue