mirror of
https://github.com/danbulant/pngjs
synced 2026-05-26 21:31:56 +00:00
appveyor take 2
This commit is contained in:
parent
ced0e4c2e0
commit
47c9d09276
1 changed files with 9 additions and 8 deletions
17
appveyor.yml
17
appveyor.yml
|
|
@ -4,20 +4,21 @@ clone_depth: 10
|
|||
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 0.12
|
||||
- nodejs_version: 1.1
|
||||
- nodejs_version: 0.12
|
||||
- nodejs_version: 1.1
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- node --version && npm --version
|
||||
- npm test
|
||||
- node --version && npm --version
|
||||
- npm test
|
||||
|
||||
cache:
|
||||
- node_modules # local npm modules
|
||||
- node_modules # local npm modules
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
fast_finish: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue