diff --git a/.travis.yml b/.travis.yml index c58d15c6d..fdfc32732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,10 @@ compiler: # Change this to your needs sudo: false script: ./configure && make && make check + +notifications: + irc: + channels: + - "chat.freenode.net#nmap" + on_success: change + on_failure: always