mirror of
https://github.com/danbulant/pngjs
synced 2026-06-10 01:51:15 +00:00
appveyor file
This commit is contained in:
parent
132841b3d3
commit
ced0e4c2e0
1 changed files with 23 additions and 0 deletions
23
appveyor.yml
Normal file
23
appveyor.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
version: "{build}"
|
||||||
|
|
||||||
|
clone_depth: 10
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- nodejs_version: 0.12
|
||||||
|
- nodejs_version: 1.1
|
||||||
|
|
||||||
|
install:
|
||||||
|
- ps: Install-Product node $env:nodejs_version
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
build: off
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- node --version && npm --version
|
||||||
|
- npm test
|
||||||
|
cache:
|
||||||
|
- node_modules # local npm modules
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
Loading…
Reference in a new issue