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
This commit is contained in:
Marcel Raad 2019-04-02 14:58:33 +02:00
parent b568511b91
commit a05eb8f16c
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD
1 changed files with 1 additions and 1 deletions

View File

@ -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