diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-12-18 15:59:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-18 23:08:41 +0100 |
commit | 54db6e99026ece5950b1854dd3335c581634f42e (patch) | |
tree | 0f1b1fe1465d96f52603a15684398f14b68cb448 /.travis.yml | |
parent | abb68c192ab50d7182b6d041f290adc55c3b35a5 (diff) | |
download | curl-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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |