diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-09-08 22:44:16 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-27 08:41:18 +0200 |
commit | ac85e49d7ad88060e3380e30c143097f96c66423 (patch) | |
tree | c4cdc5ccc67c66936f8c7b006db76a490ab60973 /.travis.yml | |
parent | 5c8c310edb1e5dbf41c5d2d68622b63f7700488e (diff) | |
download | curl-ac85e49d7ad88060e3380e30c143097f96c66423.tar.gz |
travis: install gnutls-bin package
This is required for gnutls-serv, which enables a few more tests.
Closes https://github.com/curl/curl/pull/2958
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 5998f4c2c..202242fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ addons: - autopoint # for libpsl that needs autoreconf that uses gettext that needs it - libunistring-dev # for libidn2 needed by libpsl - libnss3-dev + - gnutls-bin matrix: include: |