diff --git a/appveyor.yml b/appveyor.yml index 534482a..513e699 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,17 +1,22 @@ -init: - - git config --global core.autocrlf input - +build: off version: '{build}' +shallow_clone: true +skip_tags: true environment: matrix: + - nodejs_version: '5' + - nodejs_version: '0' - nodejs_version: '0.10' install: - ps: Install-Product node $env:nodejs_version + - npm -g install npm@latest + - set PATH=%APPDATA%\npm;%PATH% - npm install -build: off +matrix: + fast_finish: true test_script: - node --version