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 <szeder.dev@gmail.com> Acked-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

SZEDER Gábor committed Dec 27, 2017 at 17:36 UTC 2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d
1 file changed +1
.travis.yml
+1
@@ -42,6 +42,7 @@ matrix:
42 - env: jobname=Linux32
43 os: linux
44 compiler:
45 + addons:
46 services:
47 - docker
48 before_install: