summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-21 13:40:28 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-21 13:40:28 +0900
commitd58406ffcaa12a4f0b9506293789cc03cd4a6a4f (patch)
tree9a905518b29dc722ed547e9b2426f3e3b3753070 /.travis.yml
parentc29c2afafe5bc550090959af24e7fbedd8e002e9 (diff)
Ignore hung-ups after success on s390x-linux tentatively [ci skip]
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 0255e9611f..f8c66f715e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -136,7 +136,9 @@ matrix:
# 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
+ # Tentatively disable, because often hungs up **after** all tests
+ # have finished successfully and saving caches.
+ - name: s390x-linux
fast_finish: true
before_script: