mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
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:
parent
b568511b91
commit
a05eb8f16c
@ -31,7 +31,6 @@ addons:
|
|||||||
- libidn2-0-dev
|
- libidn2-0-dev
|
||||||
- autopoint # for libpsl that needs autoreconf that uses gettext that needs it
|
- autopoint # for libpsl that needs autoreconf that uses gettext that needs it
|
||||||
- libunistring-dev # for libidn2 needed by libpsl
|
- libunistring-dev # for libidn2 needed by libpsl
|
||||||
- libnss3-dev
|
|
||||||
- gnutls-bin
|
- gnutls-bin
|
||||||
- libgnutls28-dev
|
- libgnutls28-dev
|
||||||
|
|
||||||
@ -190,6 +189,7 @@ matrix:
|
|||||||
packages:
|
packages:
|
||||||
- *common_packages
|
- *common_packages
|
||||||
- clang-7
|
- clang-7
|
||||||
|
- libnss3-dev
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user