From e37ce502ea10106348d32eac074c834dc3827064 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 27 Jun 2017 21:08:10 +0200 Subject: [PATCH] AppVeyor: drop init line, add .gitattributes (#539) --- .gitattributes | 2 ++ appveyor.yml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..99cda56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text eol=lf + diff --git a/appveyor.yml b/appveyor.yml index 8d26c01..bde52a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%