Revert "AppVeyor: drop init line, add .gitattributes (#539)"

This reverts commit e37ce502ea.
This commit is contained in:
Olle Jonsson 2017-06-27 21:14:37 +02:00
parent e37ce502ea
commit ee4c72c7aa
2 changed files with 3 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,2 +0,0 @@
* text eol=lf

View File

@ -17,6 +17,9 @@ environment:
- ruby_version: "21" # Older version, but matches Travis-CI
- ruby_version: "21-x64"
init:
- git config --global core.autocrlf true
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%