Skip to content

Commit

Permalink
run appveyor CI on node 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Nov 18, 2015
1 parent a99a031 commit d4c2fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
# io.js
- nodejs_version: "1"
- nodejs_version: "4"
- nodejs_version: "5"

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -22,7 +22,7 @@ test_script:
- node --version
- npm --version
- npm test

build: off

# build version format
Expand Down

0 comments on commit d4c2fc7

Please sign in to comment.