Build only auto branch

This commit is contained in:
Markus Unterwaditzer 2016-03-10 21:48:28 +01:00
parent b346e2ea07
commit 0c22a2fe1e
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')