maputnik/appveyor.yml
2016-11-23 16:38:52 +01:00

13 lines
257 B
YAML

environment:
matrix:
- nodejs_version: "4.6"
- nodejs_version: "5.11"
- nodejs_version: "6.1"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build_script:
- npm run build
test_script:
- npm run lint
- npm test