]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis script: set silent operation for make 370/head
authorfxlb <[email protected]>
Fri, 28 Feb 2014 15:56:05 +0000 (16:56 +0100)
committerfxlb <[email protected]>
Fri, 28 Feb 2014 15:56:05 +0000 (16:56 +0100)
This change allows to see better the possible warnings

.travis.yml

index 40d0d1a60f9b7cca881387606f59f4d32a5b350e..ba0647f21a2df7892bc4a39a7de6d1a88e2a1ca1 100644 (file)
@@ -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