Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
travis-ci: disable GIT_TEST_HTTPD for macOS
author
Lars Schneider
<larsxschneider@gmail.com>
Mon, 17 Oct 2016 00:25:50 +0000
(17:25 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 10 Nov 2016 19:13:14 +0000
(11:13 -0800)
TravisCI changed their default macOS image from 10.10 to 10.11 [1].
Unfortunately the HTTPD tests do not run out of the box using the
pre-installed Apache web server anymore. Therefore we enable these
tests only for Linux and disable them for macOS.
[1] https://blog.travis-ci.com/2016-10-04-osx-73-default-image-live/
Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
f01fe92
)
diff --git
a/.travis.yml
b/.travis.yml
index 477c3d2efb7b94bb34fcda517b1b855e98e1f43a..684ecfdd3613849a76260c51ed858a9365d681e2 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-32,7
+32,6
@@
env:
- DEFAULT_TEST_TARGET=prove
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
- GIT_TEST_OPTS="--verbose --tee"
- 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
- 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
@@
-57,6
+56,8
@@
before_install:
- >
case "${TRAVIS_OS_NAME:-linux}" in
linux)
- >
case "${TRAVIS_OS_NAME:-linux}" in
linux)
+ export GIT_TEST_HTTPD=YesPlease
+
mkdir --parents custom/p4
pushd custom/p4
wget --quiet http://filehost.perforce.com/perforce/r$LINUX_P4_VERSION/bin.linux26x86_64/p4d
mkdir --parents custom/p4
pushd custom/p4
wget --quiet http://filehost.perforce.com/perforce/r$LINUX_P4_VERSION/bin.linux26x86_64/p4d