diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-24 15:04:55 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-24 15:04:55 +0100 |
commit | 3e438bfec8d407ab78ae5429d9cfcd90cc475bdd (patch) | |
tree | f1695fbbc051e3328b465523e597e8faeae2dfad /.travis.yml | |
parent | Disable travis-ci branch builds for most branches (diff) | |
download | synapse-3e438bfec8d407ab78ae5429d9cfcd90cc475bdd.tar.xz |
also build on release branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1be94515f2..95ef4a63d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ branches: only: - master - develop + - /release-v.*/ before_script: - git remote set-branches --add origin develop |