Commit 4a642f9d authored by carlosperate's avatar carlosperate

Increase appveyor node version to fix build issue.

Based on http://www.appveyor.com/docs/installed-software#node-js 0.12.4
x86 should still be supported, however it doesn't seem to work.
parent 02f230db
environment: environment:
nodejs_version: "0.12.4" nodejs_version: "0.12.7"
matrix: matrix:
# First group is 32 bit python 2.7 # First group is 32 bit python 2.7
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
...@@ -20,7 +20,7 @@ init: ...@@ -20,7 +20,7 @@ init:
- cmd: python -c "import struct; print(struct.calcsize('P') * 8)" - cmd: python -c "import struct; print(struct.calcsize('P') * 8)"
# Ensure node x86 (appveyor powershell script to switch installed versions) # Ensure node x86 (appveyor powershell script to switch installed versions)
- ps: Install-Product node 0.12.4 x86 - ps: Install-Product node 0.12.7 x86
- cmd: node --version - cmd: node --version
- cmd: npm --version - cmd: npm --version
......
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