Unverified Commit a05eb8f1 authored by Marcel Raad's avatar Marcel Raad
Browse files

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
parent b568511b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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