Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down