summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-31 08:44:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-01 17:35:15 +0100
commit05675ab5a357b498d82c7d3434c22ffe1cc3b11c (patch)
tree332331aea2ca517da7732c5f84cd6fd24c24544e
parent38aef6dc454d7edc335c44edfec72c7eb151b029 (diff)
downloadcurl-05675ab5a357b498d82c7d3434c22ffe1cc3b11c.tar.gz
.travis.yml: added build --with-libssh
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-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