mirror of
https://github.com/nmap/nmap.git
synced 2026-01-11 00:49:02 +00:00
Add .travis.yml file to test Travis CI
Testing in progress, expect more changes soon. Closes #32
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user