mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Travis script: set silent operation for make
This change allows to see better the possible warnings
This commit is contained in:
parent
207f31f2bd
commit
5c7ce0f8f6
@ -18,5 +18,5 @@ before_script:
|
||||
script:
|
||||
- touch .devel configure
|
||||
- if [ "$BUILD_IPV6" = "true" ]; then ./configure; else ./configure --disable-ipv6; fi
|
||||
- make
|
||||
- make -s
|
||||
- if [ "$BUILD_IPV6" = "true" ]; then make check; else true; fi
|
||||
|
Loading…
Reference in New Issue
Block a user