Skip to content

Commit

Permalink
Merge pull request #10647 from rouault/disable_travis
Browse files Browse the repository at this point in the history
CI: disable Travis-CI: s390x has been broken for nearly one month now…
  • Loading branch information
rouault authored Aug 26, 2024
2 parents f7447c6 + 35cc8c4 commit 08f689a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 08f689a

Please sign in to comment.