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 22 matrix :
33 - export NODE_VERSION="0.10"
44 - export NODE_VERSION="0.12"
5+ - export NODE_VERSION="iojs"
56before_install :
67 - git clone https://github.com/creationix/nvm.git ./.nvm
78 - source ./.nvm/nvm.sh
Original file line number Diff line number Diff line change @@ -19,12 +19,16 @@ 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.4.3"
27+
2428
2529# Get the latest stable version of Node 0.STABLE.latest
2630install :
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
You can’t perform that action at this time.
0 commit comments