summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-18 15:59:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-18 23:08:41 +0100
commit54db6e99026ece5950b1854dd3335c581634f42e (patch)
tree0f1b1fe1465d96f52603a15684398f14b68cb448
parentabb68c192ab50d7182b6d041f290adc55c3b35a5 (diff)
downloadcurl-54db6e99026ece5950b1854dd3335c581634f42e.tar.gz
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
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: