summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-10 16:36:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-10 23:30:50 +0900
commitc21c00173349cd9b0aeb899dd9fea5cfba984af4 (patch)
treecf3d84c57cdba97faf517b569362ab7ba8f8fb0e /.travis.yml
parent52bd4716b482337bd8f9f8389c5ab9d168fb11f8 (diff)
Re-enable parallel build/test on OSX
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 152174e46e..432f05b5b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -362,8 +362,6 @@ env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
# Adding `-v` because we're not sure which test could hang forever: https://travis-ci.org/ruby/ruby/jobs/564804923
- TEST_ALL_OPTS="-v --timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
- # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- - JOBS=
- &dependency
name: Check dependencies in makefiles