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