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