Unverified Commit ebc05501 authored by Marcel Raad's avatar Marcel Raad
Browse files

travis: install libgnutls28-dev only for --with-gnutls build

Reduces the time needed for the other jobs a little.

Closes https://github.com/curl/curl/pull/3721
parent a05eb8f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ addons:
            - autopoint  # for libpsl that needs autoreconf that uses gettext that needs it
            - libunistring-dev # for libidn2 needed by libpsl
            - gnutls-bin
            - libgnutls28-dev

matrix:
    include:
@@ -161,6 +160,7 @@ matrix:
                  packages:
                      - *common_packages
                      - clang-7
                      - libgnutls28-dev
        - os: linux
          compiler: clang
          dist: trusty