Unverified Commit 4331a3b8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: add build using gnutls

Closes #3637
parent d642cae0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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