Skip to content

Commit

Permalink
travis: install libssh2-dev only for --with-libssh2 build
Browse files Browse the repository at this point in the history
Reduces the time needed for the other jobs a little.

Closes curl#3721
  • Loading branch information
MarcelRaad committed Apr 3, 2019
1 parent f67e1e8 commit 166d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,6 +50,7 @@ matrix:
packages:
- *common_packages
- krb5-user
- libssh2-1-dev
- os: linux
compiler: gcc
dist: trusty
Expand Down

0 comments on commit 166d2dd

Please sign in to comment.