Skip to content

Commit

Permalink
Added AppVeyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Nov 15, 2017
1 parent 8e19b9c commit d1fc246
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,18 @@
environment:
matrix:
- NODEJS_VERSION: "4"
- NODEJS_VERSION: "6"

install:
# Get the version of Node.js
- ps: Install-Product node $Env:NODEJS_VERSION
# install modules
- npm install
- node --version
- npm --version

test_script:
- npm test

# Don't actually build.
build: off

0 comments on commit d1fc246

Please sign in to comment.