]> granicus.if.org Git - curl/commitdiff
travis: enable libssh2 on both macos and Linux
authorDaniel Stenberg <daniel@haxx.se>
Sun, 29 Apr 2018 22:22:08 +0000 (00:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Apr 2018 05:59:31 +0000 (07:59 +0200)
It seems to not be detected by default anymore (which is a bug I
believe)

Closes #2541

.travis.yml

index 30eb118eb03937bffb1e2be55fc0cf42304605cb..8019c88464872b1d1ed85bf083a2045be19f6627 100644 (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