From: SZEDER Gábor Date: Wed, 27 Dec 2017 16:36:01 +0000 (+0100) Subject: travis-ci: don't install default addon packages for the 32 bit Linux build X-Git-Tag: v2.16.0-rc2~16^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d?ds=inline;hp=--cc travis-ci: don't install default addon packages for the 32 bit Linux build The 32 bit Linux build job compiles Git and runs the test suite in a Docker container, while the additional packages (apache2, git-svn, language-pack-is) are installed on the host, therefore don't have any effect and are unnecessary. Signed-off-by: SZEDER Gábor Acked-by: Lars Schneider Signed-off-by: Junio C Hamano --- 2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d diff --git a/.travis.yml b/.travis.yml index 7c9aa0557e..4684b3f4f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ matrix: - env: jobname=Linux32 os: linux compiler: + addons: services: - docker before_install: