diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-24 15:09:05 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-24 15:09:05 +0100 |
commit | 0f4fb537ce3ff8e8a57c4dd37e9b0bab9c7a7fe2 (patch) | |
tree | 8193754d418cbec984798e98ec2dc0ec6b6a6c28 /.travis.yml | |
parent | also build on release branches (diff) | |
download | synapse-0f4fb537ce3ff8e8a57c4dd37e9b0bab9c7a7fe2.tar.xz |
fix branch regexp
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 95ef4a63d0..197dec2bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ branches: only: - master - develop - - /release-v.*/ + - /^release-v/ before_script: - git remote set-branches --add origin develop |