]> granicus.if.org Git - curl/commitdiff
travis: install libssh2-dev only for --with-libssh2 build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 2 Apr 2019 12:56:18 +0000 (14:56 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 11 Apr 2019 19:14:10 +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 263af2aadfc2ba9c7326a0fa442acc2b22970782..124bac29adc585fde54a5e0105d977c877f8ec89 100644 (file)
@@ -29,7 +29,6 @@ addons:
             - libstdc++-8-dev
             - stunnel4
             - libidn2-0-dev
-            - libssh2-1-dev
             - autopoint  # for libpsl that needs autoreconf that uses gettext that needs it
             - libunistring-dev # for libidn2 needed by libpsl
             - libnss3-dev
@@ -51,6 +50,7 @@ matrix:
                   packages:
                       - *common_packages
                       - krb5-user
+                      - libssh2-1-dev
         - os: linux
           compiler: gcc
           dist: trusty