From 5961b15235cc5598c7ec2001aec802ac6724ff18 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 24 Feb 2017 16:26:22 +0100 Subject: [PATCH] .travis.yml: limit mingw tests' resource consumption. Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2735) --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f38eadb995..47784809e6 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 -- 2.25.1