mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
Merge pull request #381 from shelljs/appveyor-node-4
chore(appveyor): add in node 4 for appveyor
This commit is contained in:
commit
da6d06830d
11
appveyor.yml
11
appveyor.yml
@ -1,15 +1,22 @@
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: '5'
|
||||
- nodejs_version: '4'
|
||||
|
||||
version: '{build}'
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
# Get the latest stable version of io.js
|
||||
- ps: Install-Product node ''
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm -g install npm@latest
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
# No need for MSBuild on this project
|
||||
build: off
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user