summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-20 22:42:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-20 22:42:26 +0100
commitb09e3228533adc419b9ecee0657fc9857683e87d (patch)
treeb4c15b43c7e0f381ddc8b2141f9278f752c0a170
parentccbdbe13c43f15a637afdd1ac4bf5df62c25a235 (diff)
downloadcurl-bagder/gnutls-ignore-pinningtests.tar.gz
travis: ignore pinning test failures with GnuTLSbagder/gnutls-ignore-pinningtests
This silences the TLS cert pinning test errors on travis when the GnuTLS backend is used. Fixes #6339
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 07d857d92..1b3d6a0f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -229,7 +229,7 @@ jobs:
- libzstd-dev
- libmbedtls-dev
- env:
- - T=debug C="--with-gnutls --without-ssl"
+ - T=debug C="--with-gnutls --without-ssl" TFLAGS="~2034 ~2037 ~2041"
- *clang
compiler: clang
addons: