AppVeyor: drop init line, add .gitattributes (#539)
This commit is contained in:
parent
e77202163c
commit
e37ce502ea
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* text eol=lf
|
||||||
|
|
|
@ -17,9 +17,6 @@ environment:
|
||||||
- ruby_version: "21" # Older version, but matches Travis-CI
|
- ruby_version: "21" # Older version, but matches Travis-CI
|
||||||
- ruby_version: "21-x64"
|
- ruby_version: "21-x64"
|
||||||
|
|
||||||
init:
|
|
||||||
- git config --global core.autocrlf true
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user