Don't automatically convert to CRLF in AppVeyor

We have test files with both types of line endings, leave them as they
are for tests.
This commit is contained in:
James Bardin 2016-12-01 10:01:40 -05:00
parent 37ab263305
commit 86950618a5

View File

@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\hashicorp\hcl
environment:
GOPATH: c:\gopath
init:
- git config --global core.autocrlf true
- git config --global core.autocrlf false
install:
- cmd: >-
echo %Path%