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:
Daniel Stenberg 2018-04-30 00:22:08 +02:00
parent e085ea95ef
commit 223506fd53
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 2 deletions

View File

@ -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