mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:47:46 +01:00
14 lines
271 B
YAML
14 lines
271 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "4.6"
|
|
- nodejs_version: "5.11"
|
|
- nodejs_version: "6.1"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- md public
|
|
- npm install
|
|
build_script:
|
|
- npm run build
|
|
test_script:
|
|
- npm run lint
|
|
- npm test
|