mirror of
https://github.com/curl/curl.git
synced 2026-08-03 08:40:29 +03:00
travis: enable libssh2 on both macos and Linux
It seems to not be detected by default anymore (which is a bug I believe) Closes #2541
This commit is contained in:
parent
e085ea95ef
commit
223506fd53
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ matrix:
|
|||
- os: linux
|
||||
compiler: gcc
|
||||
dist: trusty
|
||||
env: T=normal C="--with-gssapi"
|
||||
env: T=normal C="--with-gssapi --with-libssh2"
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
dist: trusty
|
||||
|
|
@ -70,7 +70,7 @@ matrix:
|
|||
env: T=iconv
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: T=debug
|
||||
env: T=debug C=--with-libssh2
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: T=debug C=--enable-ares
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue