1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-23 16:09:02 +00:00

Travis: use faster container builds, and add make check

This commit is contained in:
dmiller
2014-12-31 04:30:56 +00:00
parent 7dacfcefa4
commit f6865b15ed

View File

@@ -3,4 +3,5 @@ compiler:
- gcc
- clang
# Change this to your needs
script: ./configure && make
sudo: false
script: ./configure && make && make check