summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-08 15:13:22 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-09-11 00:26:14 +0200
commit7207aaa69696a5d28fbb628954f74ecbe2df97dc (patch)
treebe3dad9093ebfd3f7ab5af5de8aa04746a48f4fd
parent64bb7ae6aed183f3efb02e5b489b2f34fa19fb9d (diff)
downloadcurl-7207aaa69696a5d28fbb628954f74ecbe2df97dc.tar.gz
travis: add build without HTTP/SMTP/IMAP
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ea781458..6efc8d705 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,10 @@ matrix:
- os: linux
compiler: gcc
dist: trusty
+ env: T=normal C="--disable-http --disable-smtp --disable-imap"
+ - os: linux
+ compiler: gcc
+ dist: trusty
env: T=normal C=--enable-ares
- os: linux
compiler: clang