Skip to content
Snippets Groups Projects
Commit 56a05583 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

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)
parent 78e8d4c3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment