From df5caeff335877b25a02c40a84935c7c4584e396 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Mar 2018 10:21:54 +0200 Subject: .travis.yml: with fast fuzz testing, there is no point avoiding it Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5788) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b5fc443181..ba06dfd5b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ matrix: - binutils-mingw-w64 - gcc-mingw-w64 compiler: i686-w64-mingw32-gcc - env: CONFIG_OPTS="no-pic" TESTS="-test_fuzz" + env: CONFIG_OPTS="no-pic" - os: linux addons: apt: @@ -85,7 +85,7 @@ matrix: - binutils-mingw-w64 - gcc-mingw-w64 compiler: x86_64-w64-mingw32-gcc - env: CONFIG_OPTS="no-pic" TESTS="-test_fuzz" + env: CONFIG_OPTS="no-pic" - os: linux addons: apt: -- cgit v1.2.3