Commit 3c9f1b00 by Adeel

CI: Adds explicit runtime versions in job matrix.

Updates appveyor.yml.

Related: #1096
parent 1479af67
...@@ -7,13 +7,11 @@ environment: ...@@ -7,13 +7,11 @@ environment:
matrix: matrix:
# node.js # node.js
- nodejs_version: 0.10 - nodejs_version: 0.10
- nodejs_version: 0 # will fetch the latest node.js version - nodejs_version: 0.12
# io.js # io.js
- nodejs_version: 1 # will fetch the latest io.js version
matrix:
allow_failures:
- nodejs_version: 1 - nodejs_version: 1
- nodejs_version: 2
- nodejs_version: 3
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_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