add IRC notifications to travis

pull/95/head
Riccardo Spagni 8 years ago
parent 38e5156392
commit 6b6fb7f7d0
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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…
Cancel
Save