From 07af341b9b04c7748e43c252ae831ecb3144cd4f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 11 Oct 2015 12:59:14 +0300 Subject: [PATCH] Update appveyor.yml. --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1a9ad94..ec4e1e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,10 @@ # AppVeyor file # http://www.appveyor.com/docs/appveyor-yml -# Build version format version: "{build}" clone_depth: 10 -# Fix line endings on Windows -init: - - git config --global core.autocrlf true - -# What combinations to test environment: matrix: - nodejs_version: "4" @@ -31,5 +25,4 @@ matrix: fast_finish: true cache: - - '%APPDATA%\npm-cache -> package.json' # npm cache - 'node_modules -> package.json' # local npm modules