aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2017-12-27 17:36:01 +0100
committerJunio C Hamano <gitster@pobox.com>2017-12-27 12:14:39 -0800
commit2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d (patch)
treede80dda23f52fbbb181a4f3b363a1b6fd8522ca8 /.travis.yml
parenta8b8b6b87dd027d6a6158c3589abca2c43a203a7 (diff)
downloadgit-2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d.tar.gz
git-2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d.tar.xz
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c9aa0557..4684b3f4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ matrix:
- env: jobname=Linux32
os: linux
compiler:
+ addons:
services:
- docker
before_install: