Skip to content

Commit

Permalink
travis: install libgnutls28-dev only for --with-gnutls build
Browse files Browse the repository at this point in the history
Reduces the time needed for the other jobs a little.

Closes #3721
  • Loading branch information
MarcelRaad committed Apr 11, 2019
1 parent a05eb8f commit ebc0550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ addons:
- 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
- gnutls-bin - gnutls-bin
- libgnutls28-dev


matrix: matrix:
include: include:
Expand Down Expand Up @@ -161,6 +160,7 @@ matrix:
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libgnutls28-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: trusty dist: trusty
Expand Down

0 comments on commit ebc0550

Please sign in to comment.