From eeb37d7191a60a39a1e696eb21a6d5c07d63cade Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 15 May 2019 08:57:00 +0200 Subject: [PATCH] travis: add an osx http-only build Closes #3887 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3ea020160..9455b4e56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -222,6 +222,9 @@ matrix: - 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 env: T=debug C=--enable-ares