Skip to content

Commit

Permalink
feat: add Appveyor config so we can try it instead of Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Aug 10, 2016
1 parent c6d6cb9 commit 5597593
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
environment:
matrix:
- nodejs_version: '5'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
fast_finish: true
build: off
version: '{build}'
shallow_clone: true
clone_depth: 1
test_script:
- node --version
- npm --version
- npm test

0 comments on commit 5597593

Please sign in to comment.