From 54db6e99026ece5950b1854dd3335c581634f42e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Dec 2020 15:59:56 +0100 Subject: [PATCH] travis: restrict the openssl3 job to only run https and ftps tests ... as it runs too long otherwise and the other tests are verified in other builds anyway. Closes #6345 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c65cee89..07d857d92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,7 +170,7 @@ jobs: - libbrotli-dev - libzstd-dev - env: - - T=debug OPENSSL3="yes" C="--with-ssl=$HOME/openssl3" LD_LIBRARY_PATH=/home/travis/openssl3/lib:/usr/local/lib + - T=debug OPENSSL3="yes" C="--with-ssl=$HOME/openssl3" LD_LIBRARY_PATH=/home/travis/openssl3/lib:/usr/local/lib TFLAGS="https ftps" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" addons: apt: