From: Marcel Raad Date: Tue, 2 Apr 2019 13:06:47 +0000 (+0200) Subject: travis: install libgnutls28-dev only for --with-gnutls build X-Git-Tag: curl-7_65_0~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebc055011045510bee71043fb6a3a0dac6dca42d;p=thirdparty%2Fcurl.git 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 --- diff --git a/.travis.yml b/.travis.yml index 4deceee668..441b63f22a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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