mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Add io.js testing in Appveyor
This commit is contained in:
parent
b515e427ff
commit
93b394ed76
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user