Commit a7ae3a57 by Dane Springmeyer

explicit node.js version for appveyor [publish binary]

parent 2552ba4b
...@@ -4,15 +4,16 @@ environment: ...@@ -4,15 +4,16 @@ environment:
node_pre_gyp_secretAccessKey: node_pre_gyp_secretAccessKey:
secure: W1rwNoSnOku1r+28gnoufO8UA8iWADmL1LiiwH9IOkIVhDTNGdGPJqAlLjNqwLnL secure: W1rwNoSnOku1r+28gnoufO8UA8iWADmL1LiiwH9IOkIVhDTNGdGPJqAlLjNqwLnL
matrix: matrix:
- nodejs_version: 0.10 - nodejs_version: 0.10.29
- nodejs_version: 0.11 - nodejs_version: 0.8.26
- nodejs_version: 0.11.13
platform: platform:
- x64 - x64
- x86 - x86
install: install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) - ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform
- node --version - node --version
- npm --version - npm --version
- SET PATH=c:\python27;%PATH% - SET PATH=c:\python27;%PATH%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment