From 7207aaa69696a5d28fbb628954f74ecbe2df97dc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Sep 2017 15:13:22 +0200 Subject: travis: add build without HTTP/SMTP/IMAP --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ea781458..6efc8d705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,10 @@ matrix: compiler: gcc dist: trusty env: T=normal + - os: linux + compiler: gcc + dist: trusty + env: T=normal C="--disable-http --disable-smtp --disable-imap" - os: linux compiler: gcc dist: trusty -- cgit v1.2.1