summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-09-02 02:43:16 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2024-09-02 02:44:25 -0700
commit7b954e7bc64e201af1dd65e264e5091310efd362 (patch)
tree56154186760a723237ff3b19e616201d164ac7f6
parent937964f3467a6242bb4bf1431983e6847d529338 (diff)
Allow failures in Travis ppc64le and s390x
Those jobs are way too unstable and provide very little benefit. e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/624611955 https://app.travis-ci.com/github/ruby/ruby/jobs/625551620
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 741c0a32ef..c2e5191332 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,8 +114,8 @@ matrix:
allow_failures:
# Allow failures for the unstable jobs.
# - name: arm64-linux
- # - name: ppc64le-linux
- # - name: s390x-linux
+ - name: ppc64le-linux
+ - name: s390x-linux
# The 2nd arm64 pipeline may be unstable.
# - name: arm32-linux
fast_finish: true