summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-02-25 22:43:12 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2018-02-25 22:43:12 +0000
commitca22cb5e145babc2fe7e3202e4a8969577417528 (patch)
treec36b4c281eee9089ca11784865377e5fd90fa2a4
parentc5eb8b4a99048a223aaf52fc8d58474b31c4f6bb (diff)
downloadlibgit2-ethomson/travis_libssh.tar.gz
travis: use custom libssh2-1-dev packageethomson/travis_libssh
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 242f3b6a4..a4c8e91df 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