Skip to content

Commit

Permalink
Merge 15d3ab7 into 7eec105
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Dec 17, 2016
2 parents 7eec105 + 15d3ab7 commit 250f579
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
@@ -0,0 +1,12 @@
environment:
nodejs_version: "4"
nodejs_version: "6"

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

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

0 comments on commit 250f579

Please sign in to comment.