mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: Comment out the 2nd arm64 pipeline.
The 2nd arm64 pipeline is unstable now in Travis. As Cirrus CI has arm64 pipelines, it's not a problem to drop the arm64 pipeline in Travis.
This commit is contained in:
parent
a7fe7cf657
commit
38d255d023
Notes:
git
2021-10-13 03:38:02 +09:00
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ matrix:
|
|||
include:
|
||||
# Build every commit (Allowed Failures):
|
||||
- <<: *arm32-linux
|
||||
- <<: *arm64-linux
|
||||
# Comment out as the 2nd arm64 pipeline is unstable.
|
||||
# - <<: *arm64-linux
|
||||
- <<: *ppc64le-linux
|
||||
- <<: *s390x-linux
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in a new issue