Skip to content

Commit dbc5276

Browse files
committed
Merge branch 'ls/travis-enable-httpd-tests' into maint
Allow http daemon tests in Travis CI tests. * ls/travis-enable-httpd-tests: travis-ci: enable web server tests t55xx on Linux
2 parents f98a20c + d9d1426 commit dbc5276

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
@@ -19,6 +19,7 @@ addons:
1919
packages:
2020
- language-pack-is
2121
- git-svn
22+
- apache2
2223

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

0 commit comments

Comments
 (0)