2
0
mirror of https://github.com/curl/curl.git synced 2025-04-24 16:40:32 +08:00

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 
This commit is contained in:
Daniel Stenberg 2020-12-18 15:59:56 +01:00
parent abb68c192a
commit 54db6e9902
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

@ -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: