Travis script: set silent operation for make

This change allows to see better the possible warnings
This commit is contained in:
fxlb 2014-02-28 16:56:05 +01:00
parent 207f31f2bd
commit 5c7ce0f8f6

View 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