add IRC notifications to travis

This commit is contained in:
Riccardo Spagni
2016-07-20 14:50:44 +02:00
parent 38e5156392
commit 6b6fb7f7d0

View File

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