mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05: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
@ -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…
Reference in New Issue
Block a user