summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-21 16:07:41 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-21 16:07:41 +0000
commit4e42ebf0188cc38e8e7b47fe32bf83ef45e42431 (patch)
tree405b8bd79c11161e806fa04f0feef676eb6bb146 /.travis.yml
parent3a2c6a86e5423662c672c99867374e62d7c44edf (diff)
.travis.yml: give up parallel build for osx
Even building ruby seems to hang for unknown reasons. https://travis-ci.org/ruby/ruby/jobs/471021727 Travis's osx environment is too fragile. Avoid anything dangerous. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc74f987fc..62658a3e37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -281,6 +281,8 @@ 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="-q --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
+ # Also globally disabling $JOBS because even just building ruby could hang forever on osx.
+ - JOBS=
- &universal-darwin17
name: uinversal.x86_64h-darwin17