Skip to content

Commit

Permalink
Merge branch 'ls/travis-enable-httpd-tests' into maint
Browse files Browse the repository at this point in the history
Allow http daemon tests in Travis CI tests.

* ls/travis-enable-httpd-tests:
  travis-ci: enable web server tests t55xx on Linux
  • Loading branch information
gitster committed Aug 10, 2016
2 parents f98a20c + d9d1426 commit dbc5276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,7 @@ addons:
packages:
- language-pack-is
- git-svn
- apache2

env:
global:
Expand All @@ -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
Expand Down

0 comments on commit dbc5276

Please sign in to comment.