travis: add build using gnutls

Closes #3637
This commit is contained in:
Daniel Stenberg 2019-03-01 22:00:27 +01:00
parent d642cae0ab
commit 4331a3b8fa
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@ addons:
- libunistring-dev # for libidn2 needed by libpsl
- libnss3-dev
- gnutls-bin
- libgnutls28-dev
- clang-tidy-6.0
matrix:
@ -88,6 +89,10 @@ matrix:
compiler: clang
dist: trusty
env: T=debug C="--with-mbedtls --without-ssl"
- os: linux
compiler: clang
dist: trusty
env: T=debug C="--with-gnutls --without-ssl"
- os: linux
compiler: clang
dist: trusty