From a05eb8f16c11a78a70f1c30dd052eb806c598153 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Tue, 2 Apr 2019 14:58:33 +0200 Subject: travis: install libnss3-dev only for --with-nss build Reduces the time needed for the other jobs a little. Closes https://github.com/curl/curl/pull/3721 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 124bac29a..4deceee66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ addons: - libidn2-0-dev - autopoint # for libpsl that needs autoreconf that uses gettext that needs it - libunistring-dev # for libidn2 needed by libpsl - - libnss3-dev - gnutls-bin - libgnutls28-dev @@ -190,6 +189,7 @@ matrix: packages: - *common_packages - clang-7 + - libnss3-dev - os: linux compiler: gcc dist: trusty -- cgit v1.2.1