diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-04-02 15:06:47 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-04-11 21:14:12 +0200 |
commit | ebc055011045510bee71043fb6a3a0dac6dca42d (patch) | |
tree | c55b0f2c51bd95e12b2abdb9aef2f50253bc4b1f | |
parent | a05eb8f16c11a78a70f1c30dd052eb806c598153 (diff) | |
download | curl-ebc055011045510bee71043fb6a3a0dac6dca42d.tar.gz |
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
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4deceee66..441b63f22 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 |