diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-20 10:55:13 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-20 10:55:13 +0000 |
| commit | a3976e657cb3364762fb4704094c0c972dab8f36 (patch) | |
| tree | 74e2616f9a9ca10dfa794bba73b4f835bccbb8d9 | |
| parent | bb81799d4584a021279a5942ee59bf0fe01cd5c4 (diff) | |
| download | PROJ-a3976e657cb3364762fb4704094c0c972dab8f36.tar.gz PROJ-a3976e657cb3364762fb4704094c0c972dab8f36.zip | |
CI: avoid CI to run on backport branches
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | appveyor.yml | 4 |
2 files changed, 8 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 diff --git a/appveyor.yml b/appveyor.yml index a353f8db..bacb9f58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,10 @@ platform: - x64 - x86 +branches: + except: + - /(cherry-pick-)?backport-\d+-on-/ + environment: matrix: |
