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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user