Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ls/travis-enable-httpd-tests' into maint
author
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Aug 2016 18:55:22 +0000
(11:55 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Aug 2016 18:55:23 +0000
(11:55 -0700)
Allow http daemon tests in Travis CI tests.
* ls/travis-enable-httpd-tests:
travis-ci: enable web server tests t55xx on Linux
.travis.yml
patch
|
blob
|
history
raw
(from parent 1:
f98a20c
)
diff --git
a/.travis.yml
b/.travis.yml
index c2b76f9b7ea0bfa76720d3c1867ad148c35fa858..477c3d2efb7b94bb34fcda517b1b855e98e1f43a 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-19,6
+19,7
@@
addons:
packages:
- language-pack-is
- git-svn
+ - apache2
env:
global:
@@
-31,6
+32,7
@@
env:
- DEFAULT_TEST_TARGET=prove
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
- GIT_TEST_OPTS="--verbose --tee"
+ - GIT_TEST_HTTPD=true
- GIT_TEST_CLONE_2GB=YesPlease
# t9810 occasionally fails on Travis CI OS X
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X