summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-23 01:58:33 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-23 01:58:33 +0000
commit9cc112042413a8ba03542960185fbbc168b7d870 (patch)
treef96a97396a77efcd0ee785027d870a9993df2c02
parent9e71ce687f6c1eaf838e7d51fe36e5227b292d8a (diff)
.travis.yml: refine explanation of no -j3 on osx [ci skip]
With travis_wait, we may not need -j3 for test-all anymore, but still we need to avoid hanging on building Ruby somehow. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e55c4c459..ae491bbbd5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -279,9 +279,8 @@ env:
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
- # Not using $JOBS which might be harmful for some tests because osx build often hangs for unknown reasons.
- TEST_ALL_OPTS="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
- # Also globally disabling $JOBS because even just building ruby could hang forever on osx.
+ # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- JOBS=
- &universal-darwin17