diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-24 14:43:29 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-24 14:43:55 +0100 |
commit | 56a05583ae395bdd81c64b3f637a0827d7e99124 (patch) | |
tree | 62e53a97737bfa3abff188e9099336e2fc696ad1 | |
parent | Merge pull request #4083 from matrix-org/rav/fix_event_filter_validation (diff) | |
download | synapse-56a05583ae395bdd81c64b3f637a0827d7e99124.tar.xz |
Disable travis-ci branch builds for most branches
(We really don't need to kick off 10 builds for the branch as well as 10 for the PR)
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7ee1a278db..1be94515f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,12 @@ language: python # tell travis to cache ~/.cache/pip cache: pip +# only build branches we care about (PRs are built seperately) +branches: + only: + - master + - develop + before_script: - git remote set-branches --add origin develop - git fetch origin develop |