mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add .travis.yml file to test Travis CI
Testing in progress, expect more changes soon. Closes #32
This commit is contained in:
parent
4b9a96dd31
commit
dcff4ea4ea
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
script: ./configure && make
|
||||
Loading…
Add table
Add a link
Reference in a new issue