We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f98a20c + d9d1426 commit dbc5276Copy full SHA for dbc5276
1 file changed
.travis.yml
@@ -19,6 +19,7 @@ addons:
19
packages:
20
- language-pack-is
21
- git-svn
22
+ - apache2
23
24
env:
25
global:
@@ -31,6 +32,7 @@ env:
31
32
- DEFAULT_TEST_TARGET=prove
33
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
34
- GIT_TEST_OPTS="--verbose --tee"
35
+ - GIT_TEST_HTTPD=true
36
- GIT_TEST_CLONE_2GB=YesPlease
37
# t9810 occasionally fails on Travis CI OS X
38
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X
0 commit comments