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