summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-08-13 10:26:11 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-08-13 10:26:12 -0700
commit963f2e01e7b213ad0195c14b20bfd7e1df4683d0 (patch)
tree6adf2f1915caad08e4381fe5fd86ff3957ad938b /.travis.yml
parente57a1cc20c147493a174e2830ded13c88258b9dc (diff)
downloadruby-963f2e01e7b213ad0195c14b20bfd7e1df4683d0.tar.gz
Reduce the amount of false positive notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1581aedc10..c84cb1a6d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,7 +127,9 @@ matrix:
# from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145
- name: arm32-linux
# - name: arm64-linux
- # - name: ppc64le-linux
+ # We see "Some worker was crashed." in about 40% of recent ppc64le-linux jobs
+ # e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/530959548
+ - name: ppc64le-linux
# - name: s390x-linux
fast_finish: true