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
This commit is contained in:
Marcel Raad 2019-04-02 15:06:47 +02:00
parent a05eb8f16c
commit ebc0550110
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD
1 changed files with 1 additions and 1 deletions

View File

@ -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