Let's try this one more time

This commit is contained in:
Markus Olsson 2017-04-18 17:24:05 +02:00
parent a905dbb345
commit 032efecf85

View file

@ -21,7 +21,7 @@ version: "{build}"
install:
- ps: Get-Childitem -Path Env:* | Sort-Object Name
- ps: Install-Product node 7 $env:platform
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm
- git submodule update --init --recursive
- npm prune