flow2schema/appveyor.yml

18 lines
334 B
YAML
Raw Permalink Normal View History

2017-11-05 00:22:56 +03:00
environment:
matrix:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '6'
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
2017-11-18 13:48:16 +03:00
- npm run mocha
2017-11-05 00:22:56 +03:00
cache:
- node_modules
build: off