Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Commit

Permalink
chore: configure appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 29, 2016
1 parent bfbe7ae commit 839dca9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '0.10'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
matrix:
fast_finish: true
build: off
version: '{build}'
test_script:
- npm test

0 comments on commit 839dca9

Please sign in to comment.