summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2021-10-12 19:30:34 +0200
committerJun Aruga <junaruga@users.noreply.github.com>2021-10-12 20:37:38 +0200
commit38d255d023373a665ce0d2622ed6e25462653a2a (patch)
tree1fd2a0554c32738a6e583bc424751b8b030aa2f8 /.travis.yml
parenta7fe7cf65752c53731470b67659ee10b824c9b1e (diff)
downloadruby-38d255d023373a665ce0d2622ed6e25462653a2a.tar.gz
.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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 72becb1973..c47de4b80a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: