.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:
parent
c09e5ad17d
commit
54d26221b4
@ -114,8 +114,8 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
# Allow failures for the unstable jobs.
|
# Allow failures for the unstable jobs.
|
||||||
# - name: arm64-linux
|
# - name: arm64-linux
|
||||||
# - name: ppc64le-linux
|
- name: ppc64le-linux
|
||||||
# - name: s390x-linux
|
- name: s390x-linux
|
||||||
# The 2nd arm64 pipeline may be unstable.
|
# The 2nd arm64 pipeline may be unstable.
|
||||||
# - name: arm32-linux
|
# - name: arm32-linux
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user