Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Mar 10, 2017
1 parent 396954f commit c7528f4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appveyor.yml
@@ -0,0 +1,19 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

init:
- git config --global core.autocrlf input

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

build: off

matrix:
fast_finish: true

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

0 comments on commit c7528f4

Please sign in to comment.