Use Install-Product instead of Update-NodeJsInstallation

This commit is contained in:
Juan Cruz Viotti 2015-08-06 11:46:57 -04:00
parent 5c96663d1e
commit e5166c6c8e

View File

@ -7,15 +7,12 @@ init:
# what combinations to test
environment:
matrix:
#node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- ps: Install-Product node $env:nodejs_version x64
- npm -g install npm@2.12.1
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g gulp