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-08 15:13:22 +0200
commit62bd9cb145bcb25caf4cddd1984b746f234d0607 (patch)
treeb33587830eb63a70106af7f134529c12b52849c4
parent1ae2704d6edf02c218b7e30fc2e13ce52a991bea (diff)
downloadcurl-62bd9cb145bcb25caf4cddd1984b746f234d0607.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