Skip to content

Commit

Permalink
remove nodejs 4 because also EOL and node-gyp dep no longer support it
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored Dec 18, 2018
1 parent e0d4162 commit 0c001d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
GYP_MSVS_VERSION: 2013

matrix:
- node_version: '4'
- node_version: '5'
- node_version: '6'
- node_version: '8'
Expand All @@ -16,10 +15,6 @@ environment:
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

0 comments on commit 0c001d1

Please sign in to comment.