Skip to content

Commit

Permalink
CI: add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Mar 12, 2016
1 parent b17f9d1 commit 3fd799f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions appveyor.yml
@@ -0,0 +1,24 @@
version: "{build}"

clone_depth: 10

environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4.2

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

build: off

test_script:
- npm test

cache:
- node_modules

matrix:
fast_finish: true

0 comments on commit 3fd799f

Please sign in to comment.