Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed May 6, 2015
1 parent 727ff96 commit 4fdee86
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ init:
- git config --global core.autocrlf true

environment:
nodejs_version: "0.10"
matrix:
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.11"
# io.js
- nodejs_version: "1.0"

platform
- x64

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version $env:platform
- npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH
- npm install
Expand Down

0 comments on commit 4fdee86

Please sign in to comment.