summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-04-02 14:56:18 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-04-11 21:14:10 +0200
commitb568511b91534e285b103a126196b64f17a0de79 (patch)
tree24e980149139f02e74846f3cca531ebf72662b94
parent157147f0b064d7854f32a98e155dc33c9b0eee84 (diff)
downloadcurl-b568511b91534e285b103a126196b64f17a0de79.tar.gz
travis: install libssh2-dev only for --with-libssh2 build
Reduces the time needed for the other jobs a little. Closes https://github.com/curl/curl/pull/3721
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 263af2aad..124bac29a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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