Skip to content

Commit 2c9a2dd

Browse files
szedergitster
authored andcommitted
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>
1 parent a8b8b6b commit 2c9a2dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ matrix:
4242
- env: jobname=Linux32
4343
os: linux
4444
compiler:
45+
addons:
4546
services:
4647
- docker
4748
before_install:

0 commit comments

Comments
 (0)