Skip to content

Commit

Permalink
refactoring:Add CI on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Nov 4, 2016
1 parent e389aea commit a9f4321
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '5'
- nodejs_version: '6'
- nodejs_version: '7'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm -g install npm@latest
- set NODE_ENV=PROD
- npm install
matrix:
fast_finish: true
build: off
shallow_clone: true
test_script:
- npm test

0 comments on commit a9f4321

Please sign in to comment.