Add io.js testing in Appveyor

This commit is contained in:
mike 2015-08-04 13:26:13 +03:00
parent b515e427ff
commit 93b394ed76

View File

@ -7,9 +7,12 @@ init:
# what combinations to test # what combinations to test
environment: environment:
matrix: matrix:
#node.js
- nodejs_version: 0.10 - nodejs_version: 0.10
- nodejs_version: 0.11 - nodejs_version: 0.11
- nodejs_version: 0.12 - nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install: install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)