mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Travis: use faster container builds, and add make check
This commit is contained in:
parent
7dacfcefa4
commit
f6865b15ed
1 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
script: ./configure && make
|
||||
sudo: false
|
||||
script: ./configure && make && make check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue