File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11env :
22 matrix :
3+ fast_finish : true
34 - export NODE_VERSION="0.10"
45 - export NODE_VERSION="0.12"
6+ - export NODE_VERSION="iojs"
57before_install :
68 - git clone https://github.com/creationix/nvm.git ./.nvm
79 - source ./.nvm/nvm.sh
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ init:
1919# what combinations to test
2020environment :
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.0"
2427
2528# Get the latest stable version of Node 0.STABLE.latest
2629install :
27- - ps : Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
30+ - ps : Install-Product node $env:nodejs_version
2831 - cmd : SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
2932 - cmd : SET PATH=c:\python27;%PATH%
3033 - cmd : SET JOBS=4
You can’t perform that action at this time.
0 commit comments