diff options
author | Max Dymond <max.dymond@metaswitch.com> | 2017-07-07 16:41:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-07-12 21:43:33 +0200 |
commit | 51ccc4850a03822d20ac4fe6d5c83a81c8a8519b (patch) | |
tree | 87670e0c54c646788777d602e8c0756732f19372 /.travis.yml | |
parent | b22ec396405d05f9c47f78b56214b8381979e575 (diff) | |
download | curl-51ccc4850a03822d20ac4fe6d5c83a81c8a8519b.tar.gz |
travis: install libssh2
Install libssh2 to increase test coverage (SFTP, SCP)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3ce7d53ed..8d296cb16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ addons: - g++-4.8 - libstdc++-4.8-dev - stunnel4 + - libssh2-1-dev matrix: include: |