Skip to content

Commit

Permalink
AppVeyor node versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
todvora committed Dec 11, 2015
1 parent f1d8305 commit bf7277f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ environment:
matrix:
- nodejs_version: "0.11"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "1.5"
- nodejs_version: "3"
- nodejs_version: "4"
- nodejs_version: "5"
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g jasmine-node
Expand All @@ -12,4 +13,4 @@ build: off
test_script:
- node --version
- npm --version
- jasmine-node spec --verbose --captureExceptions
- jasmine-node spec --verbose --captureExceptions

0 comments on commit bf7277f

Please sign in to comment.