1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-09 15:06:35 +00:00
Files
nmap/.travis.yml
2015-04-17 19:34:06 +00:00

15 lines
240 B
YAML

language: cpp
compiler:
- gcc
- clang
# 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