Fix AppVeyor git line ending config

This commit is contained in:
Wei Wang 2015-04-03 17:16:08 -07:00
parent 602e6c2f9d
commit fc1b950c00
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
init:
- git config --global core.autocrlf true
build_script:
- build.cmd verify
clone_depth: 1