Commit ca22cb5e145babc2fe7e3202e4a8969577417528

Edward Thomson 2018-02-25T22:43:12

travis: use custom libssh2-1-dev package To avoid pull requests needing to rebase, keep the libssh2-1-dev package as the development package for libssh2. Reverting to the original Debian package structure.

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