Skip to content

Commit 866cebc

Browse files
committed
add io.js to test matrix
1 parent 96de25f commit 866cebc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ env:
22
matrix:
33
- export NODE_VERSION="0.10"
44
- export NODE_VERSION="0.12"
5+
- export NODE_VERSION="iojs"
56
before_install:
67
- git clone https://github.com/creationix/nvm.git ./.nvm
78
- source ./.nvm/nvm.sh

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@ init:
1919
# what combinations to test
2020
environment:
2121
matrix:
22-
- nodejs_version: 0.10
23-
- nodejs_version: 0.12
22+
# Node.js
23+
- nodejs_version: "0.10"
24+
- nodejs_version: "0.12"
25+
# io.js
26+
- nodejs_version: "1.4.3"
27+
2428

2529
# Get the latest stable version of Node 0.STABLE.latest
2630
install:
27-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
31+
- ps: Install-Product node $env:nodejs_version
2832
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
2933
- cmd: SET PATH=c:\python27;%PATH%
3034
- cmd: SET JOBS=4

0 commit comments

Comments
 (0)