aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-25 14:13:39 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-25 14:13:40 -0700
commit976809a8e202d40bc32adc4fff0c0b5056f89fca (patch)
tree00bc133028d3b537b2283e8a9aa01d2e48d12dc0 /.travis.yml
parent21bed620cd2d4fc4fb3d42447136c9f899ede5bb (diff)
parentd9d14268309469997d8a9df5320d24ce20d1ffb7 (diff)
downloadgit-976809a8e202d40bc32adc4fff0c0b5056f89fca.tar.gz
git-976809a8e202d40bc32adc4fff0c0b5056f89fca.tar.xz
Merge branch 'ls/travis-enable-httpd-tests'
Allow http daemon tests in Travis CI tests. * ls/travis-enable-httpd-tests: travis-ci: enable web server tests t55xx on Linux
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c2b76f9b7..477c3d2ef 100644
--- 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