diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-09-08 15:13:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-11 00:26:14 +0200 |
commit | 7207aaa69696a5d28fbb628954f74ecbe2df97dc (patch) | |
tree | be3dad9093ebfd3f7ab5af5de8aa04746a48f4fd /.travis.yml | |
parent | 64bb7ae6aed183f3efb02e5b489b2f34fa19fb9d (diff) | |
download | curl-7207aaa69696a5d28fbb628954f74ecbe2df97dc.tar.gz |
travis: add build without HTTP/SMTP/IMAP
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |