From: Daniel Stenberg Date: Sun, 29 Apr 2018 22:22:08 +0000 (+0200) Subject: travis: enable libssh2 on both macos and Linux X-Git-Tag: curl-7_60_0~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=223506fd5331321fd57d7d8926efc57962781cc6;p=curl 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 --- diff --git a/.travis.yml b/.travis.yml index 30eb118eb..8019c8846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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