Skip to content

Commit

Permalink
Added appveyor.yml config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed May 19, 2017
1 parent 5d5ee9c commit 07d4870
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
@@ -0,0 +1,17 @@
environment:
nodejs_version: "4"
nodejs_version: "5"
nodejs_version: "6"
nodejs_version: "7"

install:
- ps: Install-Product node $env:nodejs_version
- npm i -g npm@3
- npm install

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

build: off

0 comments on commit 07d4870

Please sign in to comment.