Unverified Commit 223506fd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent e085ea95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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