From 7e51e049636eefefbf9bf46006bc87d7a5536bc8 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 17 Apr 2015 19:34:06 +0000 Subject: [PATCH] Have travis notify IRC when build fails --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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