diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-25 14:13:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-25 14:13:40 -0700 |
commit | 976809a8e202d40bc32adc4fff0c0b5056f89fca (patch) | |
tree | 00bc133028d3b537b2283e8a9aa01d2e48d12dc0 /.travis.yml | |
parent | 21bed620cd2d4fc4fb3d42447136c9f899ede5bb (diff) | |
parent | d9d14268309469997d8a9df5320d24ce20d1ffb7 (diff) | |
download | git-976809a8e202d40bc32adc4fff0c0b5056f89fca.tar.gz |
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.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c2b76f9b7e..477c3d2efb 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 |