Limit the branches for branch builds for AppVeyor
This commit is contained in:
parent
84a455185c
commit
34f2943fdd
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ clone_depth: 10
|
|||
# Use the directory C:\testplugin so test directories will mostly work.
|
||||
clone_folder: C:\testplugin
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /v\d+\.\d+\.(x|\d+)/
|
||||
|
||||
# Cache the vim and vader directories between builds.
|
||||
cache:
|
||||
- C:\vim -> .appveyor.yml
|
||||
|
|
Reference in a new issue