Commit c5eb8b4a99048a223aaf52fc8d58474b31c4f6bb

Edward Thomson 2018-02-25T14:08:51

travis: use custom libssh2 package Use the custom libssh2 package that is a backport of libssh2 1.8.0 to Ubuntu trusty.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.travis.yml b/.travis.yml
index a4c8e91..242f3b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ addons:
    libcurl3
    libcurl3-gnutls
    libcurl4-gnutls-dev
-   libssh2-1-dev
+   libssh2-1
    openssh-client
    openssh-server
    valgrind