From: Daniel Stenberg Date: Fri, 18 Dec 2020 14:59:56 +0000 (+0100) Subject: travis: restrict the openssl3 job to only run https and ftps tests X-Git-Tag: curl-7_75_0~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54db6e99026ece5950b1854dd3335c581634f42e;p=thirdparty%2Fcurl.git 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 --- diff --git a/.travis.yml b/.travis.yml index 5c65cee891..07d857d92f 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: