diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-04-30 00:22:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-30 00:22:08 +0200 |
commit | 622d533dc7a6066575f2ca3cafcdcc1e65e0be2a (patch) | |
tree | ee81aa80c55a42fb909476b2c6e7c22bf72f6980 | |
parent | 0cbfff98953155c590f447f15422e78ca64d49c4 (diff) | |
download | curl-bagder/travis-libssh2.tar.gz |
travis: enable libssh2 on both macos and Linuxbagder/travis-libssh2
It seems to not be detected by default anymore, which is a bug I believe.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |