From: Hans Kristian Rosbach Date: Thu, 28 Apr 2016 12:12:41 +0000 (+0200) Subject: Travis should compile and test the zlib-compat code as well X-Git-Tag: 1.9.9-b1~776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f38e96c46ba24b3fe3a2c44c2278386786d5908;p=thirdparty%2Fzlib-ng.git Travis should compile and test the zlib-compat code as well --- diff --git a/.travis.yml b/.travis.yml index bf00ba8cb..3d7de69d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ compiler: - gcc - clang env: - - BUILDDIR=. TOOL="./configure" + - BUILDDIR=. TOOL="./configure --zlib-compat" - BUILDDIR=../build TOOL="../zlib-ng/configure" - BUILDDIR=. TOOL="cmake ." - BUILDDIR=../build TOOL="cmake ../zlib-ng"