Merge pull request #10362 from atom/mq-appveyor-branch-whitelist

Only build pushes to master on Appveyor
This commit is contained in:
Machisté N. Quintana
2016-02-01 15:36:19 -05:00

View File

@@ -1,5 +1,9 @@
version: "{build}"
branches:
only:
- master
skip_tags: true
clone_folder: c:\projects\atom
clone_depth: 10