aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-09 11:43:29 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-10 12:34:46 +0100
commit275e02bdea73801f134519eed8c2473663823383 (patch)
tree3ac7bf151984f0acf3cd601bc898dc09ea3e019d /.travis.yml
parentc6deecd7e9ea7dd10de0934f8ec30952648aba2d (diff)
azure: add libssh2 and cmake macos builds
Removed the macos libssh2 build from travis Closes #4686
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 16bbb1c3e..4f0c0c5c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -247,9 +247,6 @@ matrix:
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: osx
compiler: gcc
- env: T=debug C=--with-libssh2
- - os: osx
- compiler: gcc
env: T=debug C="--disable-dict --disable-file --disable-ftp --disable-gopher --disable-imap --disable-ldap --disable-pop3 --disable-rtmp --disable-rtsp --disable-scp --disable-sftp --disable-smb --disable-smtp --disable-telnet --disable-tftp --disable-unix-sockets --disable-shared --enable-debug --enable-maintainer-mode --without-brotli --without-gssapi --without-libidn2 --without-libmetalink --without-libpsl --without-librtmp --without-libssh2 --without-nghttp2 --without-ntlm-auth --without-ssl --without-zlib"
- os: osx
compiler: gcc