From 948ca04a76c0031d17798f79fe3bbc5fb8462e90 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 5 Sep 2024 18:00:18 -0700 Subject: Allow failures for all Travis jobs Every job on Travis is unstable now. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2e5191332..2ac2372584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,11 +113,10 @@ matrix: - <<: *arm32-linux allow_failures: # Allow failures for the unstable jobs. - # - name: arm64-linux + - name: arm64-linux - name: ppc64le-linux - name: s390x-linux - # The 2nd arm64 pipeline may be unstable. - # - name: arm32-linux + - name: arm32-linux fast_finish: true before_script: -- cgit v1.2.3