Skip to content

Commit

Permalink
chore: add appveyor ci configuration (conventional-changelog#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapppi authored and bcoe committed Jun 22, 2016
1 parent 8369375 commit 30f8d76
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '0.12'
- nodejs_version: '0.10'
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}'
test_script:
- node --version
- npm --version
- npm test

0 comments on commit 30f8d76

Please sign in to comment.