diff options
| author | Aleksey Filippov <alekseyf@google.com> | 2018-03-21 20:07:44 +0000 |
|---|---|---|
| committer | Aleksey Filippov <alekseyf@google.com> | 2018-03-21 20:18:25 +0000 |
| commit | 909c93eee537b3d843c752437c73111c7b411a8c (patch) | |
| tree | cfe04d09323e7a4d7c246527c1b9b223542153fe | |
| parent | 12bac512f6497e46ada8ed980cbcb1631506691c (diff) | |
| download | meson-909c93eee537b3d843c752437c73111c7b411a8c.tar.gz | |
Enable CI builds for release branches
| -rw-r--r-- | .appveyor.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 196ef0fd3..a6b91b242 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,6 +52,8 @@ platform: branches: only: - master + # Release branches + - /^[0-9]+\.[0-9]+$/ init: - ps: | diff --git a/.travis.yml b/.travis.yml index 48cfb3837..e93e0e77a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ sudo: false branches: only: - master + # Release branches + - /^[0-9]+\.[0-9]+$/ os: - linux |
