From: Junio C Hamano Date: Mon, 25 Jul 2016 21:13:39 +0000 (-0700) Subject: Merge branch 'ls/travis-enable-httpd-tests' X-Git-Tag: v2.10.0-rc0~90 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/976809a8e202d40bc32adc4fff0c0b5056f89fca?ds=inline;hp=-c 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 --- 976809a8e202d40bc32adc4fff0c0b5056f89fca diff --combined .travis.yml index c2b76f9b7e,3c5408084c..477c3d2efb --- a/.travis.yml +++ b/.travis.yml @@@ -18,7 -18,7 +18,8 @@@ addons apt: packages: - language-pack-is + - git-svn + - apache2 env: global: @@@ -31,6 -31,7 +32,7 @@@ - 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 @@@ -82,8 -83,6 +84,8 @@@ before_install brew tap homebrew/binary --quiet brew_force_set_latest_binary_hash perforce brew_force_set_latest_binary_hash perforce-server + # Uncomment this if you want to run perf tests: + # brew install gnu-time brew install git-lfs perforce-server perforce gettext brew link --force gettext ;;