1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Have travis notify IRC when build fails

This commit is contained in:
dmiller
2015-04-17 19:34:06 +00:00
parent a25ea8806c
commit 7e51e04963

View File

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