summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-29 10:21:54 +0200
committerRichard Levitte <levitte@openssl.org>2018-03-29 10:58:29 +0200
commitdf5caeff335877b25a02c40a84935c7c4584e396 (patch)
treeddfc1a438871c91d0201dca846cd471bb8889942 /.travis.yml
parent0bdcf53fec5245bfc9ce27e438f4f5150f2c1d08 (diff)
.travis.yml: with fast fuzz testing, there is no point avoiding it
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5788)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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: