Turn on parallel AppVeyor builds

This commit is contained in:
Pranav K 2015-04-30 21:57:38 -07:00
parent 124496a12f
commit a01b1f68b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
init: init:
- git config --global core.autocrlf true - git config --global core.autocrlf true
build_script: build_script:
- build.cmd --quiet verify - build.cmd --quiet --parallel verify
clone_depth: 1 clone_depth: 1
test: off test: off
deploy: off deploy: off