1
0
Fork 0
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:
Jun Aruga 2021-10-12 19:30:34 +02:00 committed by Jun Aruga
parent a7fe7cf657
commit 38d255d023
Notes: git 2021-10-13 03:38:02 +09:00

View file

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