diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-04-30 00:22:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-30 07:59:31 +0200 |
commit | 223506fd5331321fd57d7d8926efc57962781cc6 (patch) | |
tree | 3f7c06f38920c55c6fa65d708fa40818bab5bcd0 /.travis.yml | |
parent | e085ea95efb51208fcd163550fd3e21f78e3553f (diff) | |
download | curl-223506fd5331321fd57d7d8926efc57962781cc6.tar.gz |
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
Diffstat (limited to '.travis.yml')
-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 |