mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Have travis notify IRC when build fails
This commit is contained in:
parent
a25ea8806c
commit
7e51e04963
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue