From: Andy Polyakov Date: Fri, 24 Feb 2017 15:26:22 +0000 (+0100) Subject: .travis.yml: limit mingw tests' resource consumption. X-Git-Tag: OpenSSL_1_1_0f~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5961b15235cc5598c7ec2001aec802ac6724ff18;p=thirdparty%2Fopenssl.git .travis.yml: limit mingw tests' resource consumption. Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2735) --- diff --git a/.travis.yml b/.travis.yml index f38eadb9956..47784809e6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ matrix: - binutils-mingw-w64 - gcc-mingw-w64 compiler: i686-w64-mingw32-gcc - env: CONFIG_OPTS="no-pic" + env: CONFIG_OPTS="no-pic" TESTS="-test_fuzz" - os: linux addons: apt: @@ -118,7 +118,7 @@ matrix: - binutils-mingw-w64 - gcc-mingw-w64 compiler: i686-w64-mingw32-gcc - env: CONFIG_OPTS="no-stdio" + env: CONFIG_OPTS="no-stdio" BUILDONLY="yes" - os: linux addons: apt: @@ -126,7 +126,7 @@ matrix: - binutils-mingw-w64 - gcc-mingw-w64 compiler: x86_64-w64-mingw32-gcc - env: CONFIG_OPTS="no-pic" + env: CONFIG_OPTS="no-pic" TESTS="-test_fuzz" - os: linux addons: apt: @@ -134,7 +134,7 @@ matrix: - binutils-mingw-w64 - gcc-mingw-w64 compiler: x86_64-w64-mingw32-gcc - env: CONFIG_OPTS="no-stdio" + env: CONFIG_OPTS="no-stdio" BUILDONLY="yes" exclude: - os: linux compiler: clang