]> granicus.if.org Git - curl/commitdiff
travis: install libgnutls28-dev only for --with-gnutls build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 2 Apr 2019 13:06:47 +0000 (15:06 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 11 Apr 2019 19:14:12 +0000 (21:14 +0200)
Reduces the time needed for the other jobs a little.

Closes https://github.com/curl/curl/pull/3721

.travis.yml

index 4deceee6680f5d5bde8f5180ca9dc9c1acf81d22..441b63f22a323c067437bc1fc230a6d1ef587fcd 100644 (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