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

This commit is contained in:
Olle Jonsson 2017-06-27 21:08:10 +02:00 committed by GitHub
parent e77202163c
commit e37ce502ea
2 changed files with 2 additions and 3 deletions

2
.gitattributes vendored Normal file
View File

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

View File

@ -17,9 +17,6 @@ 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%