Skip to content

Commit

Permalink
Run tests in Windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Feb 9, 2015
1 parent 6406c5f commit 9d70eca
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
environment:
matrix:
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"

install:
- ps: Install-Product node $env:nodejs_version

test_script:
- "node --version"
- "npm --version"
- "npm install"
- "node ./tasks.js test"

build: "off"

version: "{build}"

0 comments on commit 9d70eca

Please sign in to comment.