From 35cc8c4239486eb22bb211f1701f59088aeffd45 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 26 Aug 2024 12:10:31 +0200 Subject: [PATCH] CI: disable Travis-CI: s390x has been broken for nearly one month now, and they still haven't fixed it --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 930210c396ff..90b53ba93772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ # This is the config file for building GDAL and running its autotest suite # with Travis-ci.org +# FIXME: Travis-CI builds are disabled branches: - except: - - /^(cherry-pick-)?backport-\d+-to-/ + only: + - disabled_disabled +#branches: +# except: +# - /^(cherry-pick-)?backport-\d+-to-/ matrix: fast_finish: true