From ad547fcf7b3c0191f63396b94c797bfbb4147f62 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Oct 2018 23:35:44 +0200 Subject: travis: add build for "configure --disable-verbose" Closes #3144 --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2e6919816..5998f4c2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,10 @@ matrix: compiler: gcc dist: trusty env: T=normal C="--enable-ares" + - os: linux + compiler: gcc + dist: trusty + env: T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1 - os: linux compiler: gcc dist: trusty @@ -296,7 +300,9 @@ script: if [ "$T" = "normal" ]; then ./configure --enable-warnings --enable-werror $C make && make examples - make test-nonflaky + if [ -z $NOTESTS ]; then + make test-nonflaky + fi if [ -n $CHECKSRC ]; then make checksrc fi -- cgit v1.2.3