aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-20 11:55:13 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-20 11:55:13 +0100
commit25beba3776b5bfeeb5a5b5e5ee52fb50355a5044 (patch)
tree3568b2c1388ddbf0db2b0a6149cbfbe751792841 /.travis.yml
parent20b1fac56fc23950790b2f46761b8308d455daa9 (diff)
downloadPROJ-25beba3776b5bfeeb5a5b5e5ee52fb50355a5044.tar.gz
PROJ-25beba3776b5bfeeb5a5b5e5ee52fb50355a5044.zip
CI: avoid CI to run on backport branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc7e685f..213324b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
# This is the config file for building proj.4 and running its test suite
# with Travis-ci.org
+branches:
+ except:
+ - /^(cherry-pick-)?backport-\d+-on-/
+
cache:
directories:
- $HOME/.ccache