summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-04-02 14:46:23 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-04-11 21:14:07 +0200
commitc3d5f400a4025b80c48727e80d1bd998b80abeef (patch)
treea96286686bfc7bd890d46082b37c2c74fd106cba
parent22c28284f679920ba38958469f03a1326d1b999d (diff)
downloadcurl-c3d5f400a4025b80c48727e80d1bd998b80abeef.tar.gz
travis: install krb5-user only for --with-gssapi build
Reduces the time needed for the other jobs a little. Closes https://github.com/curl/curl/pull/3721
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dc6933453..5514bbc25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,6 @@ addons:
- libidn2-0-dev
- libssh2-1-dev
- libssh-dev
- - krb5-user
- autopoint # for libpsl that needs autoreconf that uses gettext that needs it
- libunistring-dev # for libidn2 needed by libpsl
- libnss3-dev
@@ -46,6 +45,13 @@ matrix:
env:
- T=normal C="--with-gssapi --with-libssh2" CHECKSRC=1
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+ addons:
+ apt:
+ sources:
+ - *common_sources
+ packages:
+ - *common_packages
+ - krb5-user
- os: linux
compiler: gcc
dist: trusty