Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Mar 8, 2018
1 parent e6260fc commit c00cd4a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# http://www.appveyor.com/docs/appveyor-yml

environment:
matrix:
- nodejs_version: 6

version: "{build}"
build: off
deploy: off

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

test_script:
- node --version
- npm --version
- cmd: "npm test"

0 comments on commit c00cd4a

Please sign in to comment.