From 83ecdd1dce18246de631eb3b5d8308145bb269f5 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Sat, 28 Oct 2023 11:12:25 +0200 Subject: [PATCH] Revert ".travis.yml: Drop s390x temporarily." (#8792) It seems the Travis s390x is recovered again now. This reverts commit 95cc0f946eb641be8dea4b7118598be77d993183. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c532eee28a..790c4a2710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ matrix: # Comment out as the 2nd arm64 pipeline is unstable. # - <<: *arm64-linux - <<: *ppc64le-linux - # - <<: *s390x-linux + - <<: *s390x-linux allow_failures: # Allow failures for the unstable jobs. # - name: arm32-linux