[前][次][番号順一覧][スレッド一覧]

ruby-changes:56918

From: Nobuyoshi <ko1@a...>
Date: Sat, 10 Aug 2019 23:32:59 +0900 (JST)
Subject: [ruby-changes:56918] Nobuyoshi Nakada: c21c001733 (master): Re-enable parallel build/test on OSX

https://git.ruby-lang.org/ruby.git/commit/?id=c21c001733

From c21c00173349cd9b0aeb899dd9fea5cfba984af4 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 10 Aug 2019 16:36:10 +0900
Subject: Re-enable parallel build/test on OSX


diff --git a/.travis.yml b/.travis.yml
index 152174e..432f05b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -362,8 +362,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L362
       - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]