mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to prevent random build failure on Travis osx
This commit is contained in:
parent
226d569e57
commit
73346823e1
1 changed files with 2 additions and 0 deletions
|
|
@ -334,6 +334,8 @@ env:
|
||||||
- TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb"
|
- TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb"
|
||||||
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
|
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
|
||||||
- JOBS=
|
- JOBS=
|
||||||
|
# Prevent random failure by missing build dependency like https://travis-ci.org/ruby/ruby/jobs/558571461
|
||||||
|
- ALWAYS_UPDATE_UNICODE=yes
|
||||||
|
|
||||||
- &dependency
|
- &dependency
|
||||||
name: Check dependencies in makefiles
|
name: Check dependencies in makefiles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue