diff options
| author | Jun Aruga <jaruga@redhat.com> | 2023-11-22 14:04:46 +0100 |
|---|---|---|
| committer | Jun Aruga <junaruga@users.noreply.github.com> | 2023-11-22 14:30:54 +0100 |
| commit | 6d5aa796976d9c76d5416f78377fd26f2835ae94 (patch) | |
| tree | bacb7c020475d54b08287a2d3f7193badd08a04b | |
| parent | e9ccceab1106fe887665646f2035f7005fc2a5a5 (diff) | |
.travis.yml: Allow failures for s390x.
https://app.travis-ci.com/github/ruby/ruby/builds/267410310
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6d942d1425..65aa59a62b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,7 +113,8 @@ matrix: # Allow failures for the unstable jobs. # - name: arm64-linux # - name: ppc64le-linux - # - name: s390x-linux + # The s390x build is sometimes not starting. + - name: s390x-linux # The 2nd arm64 pipeline may be unstable. # - name: arm32-linux fast_finish: true |
