diff options
author | Takashi Kokubun <[email protected]> | 2019-07-15 11:04:12 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-07-15 11:04:16 +0900 |
commit | 73346823e1119a8e72baefab381dbe822c4c01f7 (patch) | |
tree | fb7bdec76dd5d1f789536e337405cb1fb0a8e690 | |
parent | 226d569e5729bc9ffa5a516f88251d99f404c7c7 (diff) |
Try to prevent random build failure on Travis osx
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 03f110702e..56320ec118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -334,6 +334,8 @@ env: - 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 - JOBS= + # Prevent random failure by missing build dependency like https://travis-ci.org/ruby/ruby/jobs/558571461 + - ALWAYS_UPDATE_UNICODE=yes - &dependency name: Check dependencies in makefiles |