> On 27 Dec 2017, at 17:36, SZEDER Gábor <szeder.dev@xxxxxxxxx> wrote: > > 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. Nice optimization - ACK! Thanks, Lars > > Signed-off-by: SZEDER Gábor <szeder.dev@xxxxxxxxx> > --- > .travis.yml | 1 + > 1 file changed, 1 insertion(+) > > 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: > -- > 2.15.1.500.g54ea76cc4 >