travis-ci: enable web server tests t55xx on Linux
Install the "apache" package to run the Git web server tests on Travis-CI Linux build machines. The tests are already executed on OS X build machines since the apache web server is installed by default. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Lars Schneider committed
May 19, 2016 at 10:45 UTC
d9d14268309469997d8a9df5320d24ce20d1ffb7
1 file changed
+2
.travis.yml
+2
@@ -18,6 +18,7 @@ addons:
18
apt:
19
packages:
20
- language-pack-is
21
+ - apache2
22
23
env:
24
global:
@@ -30,6 +31,7 @@ env:
31
- DEFAULT_TEST_TARGET=prove
32
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
33
- GIT_TEST_OPTS="--verbose --tee"
34
+ - GIT_TEST_HTTPD=true
35
- GIT_TEST_CLONE_2GB=YesPlease
36
# t9810 occasionally fails on Travis CI OS X
37
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X