Skip to content

Commit

Permalink
Add appveyor.yml.
Browse files Browse the repository at this point in the history
Fixes #109.
  • Loading branch information
binki committed Jan 1, 2017
1 parent 47c95a7 commit 7f881bb
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 @@
# https://www.appveyor.com/docs/lang/nodejs-iojs/

environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"

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

test_script:
- node --version
- npm --version
- npm test

build: off

0 comments on commit 7f881bb

Please sign in to comment.