aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d3c396c6a..7e2be4a59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ addons:
- stunnel4
- libidn2-0-dev
- libssh2-1-dev
+ - libssh-dev
- krb5-user
matrix:
@@ -29,6 +30,10 @@ matrix:
- os: linux
compiler: gcc
dist: trusty
+ env: T=normal C=--with-libssh
+ - os: linux
+ compiler: gcc
+ dist: trusty
env: T=normal C="--disable-http --disable-smtp --disable-imap"
- os: linux
compiler: gcc