.travis.yml: Allow failures for ppc64le and s390x.

Because Travis ppc64le/s390x are unstable.

ppc64le:
* https://app.travis-ci.com/github/ruby/ruby/builds/269211469
* https://app.travis-ci.com/github/ruby/ruby/builds/269204073

s390x:
* https://app.travis-ci.com/github/ruby/ruby/builds/269201221
This commit is contained in:
Jun Aruga 2024-03-01 12:42:00 +01:00 committed by Jun Aruga
parent c09e5ad17d
commit 54d26221b4

View File

@ -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