]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: restrict the openssl3 job to only run https and ftps tests
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Dec 2020 14:59:56 +0000 (15:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Dec 2020 22:08:41 +0000 (23:08 +0100)
... as it runs too long otherwise and the other tests are verified in
other builds anyway.

Closes #6345

.travis.yml

index 5c65cee891b8d0bad36f5697ae2d8c87d0d2697b..07d857d92f7765d866a8373b006b0b83dc0a6a9e 100644 (file)
@@ -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: