diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-15 08:57:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-16 15:32:42 +0200 |
commit | eeb37d7191a60a39a1e696eb21a6d5c07d63cade (patch) | |
tree | 949f9c73f91be8121f0e666ade4f24515cbde6ba /.travis.yml | |
parent | 8ece8177f1e8ed8c76a7a6f3c90a23c5982b4641 (diff) | |
download | curl-eeb37d7191a60a39a1e696eb21a6d5c07d63cade.tar.gz |
travis: add an osx http-only build
Closes #3887
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |