maputnik/appveyor.yml
2016-11-23 10:07:23 +01:00

12 lines
224 B
YAML

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