Skip to content

Commit

Permalink
travis: add build using gnutls
Browse files Browse the repository at this point in the history
Closes #3637
  • Loading branch information
bagder committed Mar 2, 2019
1 parent d642cae commit 4331a3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -40,6 +40,7 @@ addons:
- libunistring-dev # for libidn2 needed by libpsl - libunistring-dev # for libidn2 needed by libpsl
- libnss3-dev - libnss3-dev
- gnutls-bin - gnutls-bin
- libgnutls28-dev
- clang-tidy-6.0 - clang-tidy-6.0


matrix: matrix:
Expand Down Expand Up @@ -88,6 +89,10 @@ matrix:
compiler: clang compiler: clang
dist: trusty dist: trusty
env: T=debug C="--with-mbedtls --without-ssl" env: T=debug C="--with-mbedtls --without-ssl"
- os: linux
compiler: clang
dist: trusty
env: T=debug C="--with-gnutls --without-ssl"
- os: linux - os: linux
compiler: clang compiler: clang
dist: trusty dist: trusty
Expand Down

0 comments on commit 4331a3b

Please sign in to comment.