aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 11:04:12 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 11:04:16 +0900
commit73346823e1119a8e72baefab381dbe822c4c01f7 (patch)
treefb7bdec76dd5d1f789536e337405cb1fb0a8e690 /.travis.yml
parent226d569e5729bc9ffa5a516f88251d99f404c7c7 (diff)
downloadruby-73346823e1119a8e72baefab381dbe822c4c01f7.tar.gz
Try to prevent random build failure on Travis osx
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 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