maputnik/appveyor.yml

15 lines
271 B
YAML
Raw Normal View History

2016-11-23 10:07:13 +01:00
environment:
2016-11-23 16:38:52 +01:00
matrix:
- nodejs_version: "4.6"
- nodejs_version: "5.11"
- nodejs_version: "6.1"
2016-11-23 10:07:13 +01:00
install:
- ps: Install-Product node $env:nodejs_version
2016-11-23 21:06:56 +01:00
- md public
2016-11-23 10:07:13 +01:00
- npm install
build_script:
- npm run build
test_script:
- npm run lint
- npm test