Skip to content

Commit

Permalink
Add appveyor (windows ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Jun 22, 2016
1 parent 826c666 commit 63dfc2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
environment:
nodejs_version: "6.2"

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

test_script:
- npm test

build: off

0 comments on commit 63dfc2a

Please sign in to comment.