diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2017-12-27 17:36:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-27 21:14:39 +0100 |
commit | 2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d (patch) | |
tree | de80dda23f52fbbb181a4f3b363a1b6fd8522ca8 /.travis.yml | |
parent | travis-ci: fine tune the use of 'set -x' in 'ci/*' scripts (diff) | |
download | git-2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d.tar.xz git-2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d.zip |
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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |