From 05675ab5a357b498d82c7d3434c22ffe1cc3b11c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 31 Oct 2017 08:44:24 +0100 Subject: .travis.yml: added build --with-libssh Signed-off-by: Nikos Mavrogiannopoulos --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3