]> git.ipfire.org Git - thirdparty/git.git/commit - .travis.yml
travis-ci: don't install default addon packages for the 32 bit Linux build
authorSZEDER Gábor <szeder.dev@gmail.com>
Wed, 27 Dec 2017 16:36:01 +0000 (17:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 20:14:39 +0000 (12:14 -0800)
commit2c9a2dd0cd970816a1ddf63d9ef7a086e3202f7d
treede80dda23f52fbbb181a4f3b363a1b6fd8522ca8
parenta8b8b6b87dd027d6a6158c3589abca2c43a203a7
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>
.travis.yml