summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-10-24 14:43:29 +0100
committerRichard van der Hoff <richard@matrix.org>2018-10-24 14:43:55 +0100
commit56a05583ae395bdd81c64b3f637a0827d7e99124 (patch)
tree62e53a97737bfa3abff188e9099336e2fc696ad1 /.travis.yml
parentMerge pull request #4083 from matrix-org/rav/fix_event_filter_validation (diff)
downloadsynapse-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)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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