From: Marcel Raad Date: Tue, 2 Apr 2019 12:58:33 +0000 (+0200) Subject: travis: install libnss3-dev only for --with-nss build X-Git-Tag: curl-7_65_0~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a05eb8f16c11a78a70f1c30dd052eb806c598153;p=curl 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 --- 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