summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-15 08:57:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-16 08:12:19 +0200
commitaa415fd86ef3bfd035a4a6688fe2dd6c14128f70 (patch)
treef4d975d771b9eb85fdf8635ea239d9a7a2fd49f6
parentf506ce099f1ba0f659ff574d2ab09cfb18e8a203 (diff)
downloadcurl-bagder/travis-http-only.tar.gz
travis: add an osx http-only buildbagder/travis-http-only
Closes #3887
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ea020160..9455b4e56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -224,6 +224,9 @@ matrix:
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
- os: osx
compiler: gcc