diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-04-02 14:58:33 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-04-11 21:14:11 +0200 |
commit | a05eb8f16c11a78a70f1c30dd052eb806c598153 (patch) | |
tree | abee8d5cf87d0df90386514c49cd76681dc33e33 | |
parent | b568511b91534e285b103a126196b64f17a0de79 (diff) |
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
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |