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 <[email protected]> Acked-by: Lars Schneider <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a8b8b6b commit 2c9a2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)