diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2018-02-25 14:08:51 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2018-02-25 14:33:42 +0000 |
commit | c5eb8b4a99048a223aaf52fc8d58474b31c4f6bb (patch) | |
tree | 5c4b275a1156df9474c0cacce7b164c59fbbfc46 | |
parent | 809b0ca6b9b6a5648b8e802a9f0c6a0821257595 (diff) | |
download | libgit2-c5eb8b4a99048a223aaf52fc8d58474b31c4f6bb.tar.gz |
travis: use custom libssh2 package
Use the custom libssh2 package that is a backport of libssh2 1.8.0 to
Ubuntu trusty.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a4c8e91df..242f3b6a4 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 |