Skip to content

Commit

Permalink
Add initial AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Aug 18, 2016
1 parent b1adfee commit aa118f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
build: off

branches:
only:
- master

skip_tags: true

install:
- ps: Install-Product node LTS
- npm install npm
- .\node_modules\.bin\npm install

test_script:
- node --version
- .\node_modules\.bin\npm --version
- .\node_modules\.bin\npm test

0 comments on commit aa118f9

Please sign in to comment.