mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
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
This commit is contained in:
parent
157147f0b0
commit
b568511b91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user