From ac85e49d7ad88060e3380e30c143097f96c66423 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 8 Sep 2018 22:44:16 +0200 Subject: 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3