From 2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?SZEDER=20G=C3=A1bor?= Date: Wed, 27 Dec 2017 17:36:01 +0100 Subject: [PATCH] travis-ci: don't install default addon packages for the 32 bit Linux build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.11.4.GIT