From: Nikos Mavrogiannopoulos Date: Tue, 31 Oct 2017 07:44:24 +0000 (+0100) Subject: .travis.yml: added build --with-libssh X-Git-Tag: curl-7_58_0~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05675ab5a357b498d82c7d3434c22ffe1cc3b11c;p=curl .travis.yml: added build --with-libssh Signed-off-by: Nikos Mavrogiannopoulos --- 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: @@ -26,6 +27,10 @@ matrix: compiler: gcc dist: trusty env: T=normal C="--with-gssapi" + - os: linux + compiler: gcc + dist: trusty + env: T=normal C=--with-libssh - os: linux compiler: gcc dist: trusty