Skip to content

Commit d9d1426

Browse files
larsxschneidergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit d9d1426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ addons:
1818
apt:
1919
packages:
2020
- language-pack-is
21+
- apache2
2122

2223
env:
2324
global:
@@ -30,6 +31,7 @@ env:
3031
- DEFAULT_TEST_TARGET=prove
3132
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
3233
- GIT_TEST_OPTS="--verbose --tee"
34+
- GIT_TEST_HTTPD=true
3335
- GIT_TEST_CLONE_2GB=YesPlease
3436
# t9810 occasionally fails on Travis CI OS X
3537
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X

0 commit comments

Comments
 (0)