diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-10 11:55:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-10 11:55:23 -0700 |
commit | dbc5276fedbe5ac86951a054e6e8ae610f073d9d (patch) | |
tree | 810357e2e33d30ac8815fbca979628da6e372f1a /.travis.yml | |
parent | f98a20c50a52342556f0d71a83763a61a170c26c (diff) | |
parent | d9d14268309469997d8a9df5320d24ce20d1ffb7 (diff) | |
download | git-dbc5276fedbe5ac86951a054e6e8ae610f073d9d.tar.gz |
Merge branch 'ls/travis-enable-httpd-tests' into maint
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 |