1
0
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:
dmiller
2014-12-30 17:21:42 +00:00
parent 4b9a96dd31
commit dcff4ea4ea

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: ./configure && make