From 38d255d023373a665ce0d2622ed6e25462653a2a Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 12 Oct 2021 19:30:34 +0200 Subject: .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. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3