Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Mar 11, 2015
1 parent 07a995c commit 750d33b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appveyor.yml
@@ -0,0 +1,19 @@
init:
- git config --global core.autocrlf input

environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12

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

build: off

test_script:
- node --version
- npm --version
- npm test

0 comments on commit 750d33b

Please sign in to comment.