diff --git a/appveyor.yml b/appveyor.yml index 955348e..522957b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,17 +7,12 @@ environment: GYP_MSVS_VERSION: 2013 matrix: - - node_version: '4' - node_version: '5' - node_version: '6' install: - ps: Install-Product node $env:node_version $env:platform - ps: npm install -g node-gyp node-pre-gyp-github - # This fixes an issue with Node 4.x on x86. If it builds without this line - # needing to be set, we can remove it. - - ps: npm config -g set node-gyp "$(npm config -g get prefix)\node_modules\node-gyp\bin\node-gyp.js" - - ps: if ($env:appveyor_repo_tag -match "true" -and $env:appveyor_repo_tag_name -match '^v?[0-9]') { $publish_binary=1; } build_script: