Auto merge of #376 - untitaker:branches-whitelist, r=untitaker

Build only branches on whitelist

None
This commit is contained in:
Homu 2016-03-11 10:59:37 +09:00
commit f61d19bf5f
2 changed files with 9 additions and 0 deletions

View file

@ -114,3 +114,8 @@ matrix:
env: BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal
branches:
only:
- auto

View file

@ -78,3 +78,7 @@ with section("matrix"):
.format(server_type=server_type,
server=server,
requirements=requirements))
with section("branches"):
with section("only"):
p('- auto')