Skip to content

Commit

Permalink
Update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Mar 1, 2016
1 parent d3a2514 commit 5f3d0e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
# NPM
- npm_version: "2"
- npm_version: "3"
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
Expand All @@ -14,13 +17,14 @@ platform:
- x64

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version and NPM $env:npm_version
- node --version
- npm --version
- npm install -g npm@$env:npm_version
- npm install -g jshint
- npm install -g istanbul
- npm install -g istanbul-coveralls
- npm install -g nodeunit
- node --version
- npm --version

build: off

Expand Down

0 comments on commit 5f3d0e0

Please sign in to comment.