mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 21:04:38 +01:00
Updated appveyor to no longer test, only build/lint
This commit is contained in:
parent
8c7a1f7075
commit
3ae37f1c46
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "7"
|
||||
- nodejs_version: "8"
|
||||
- nodejs_version: "9"
|
||||
- nodejs_version: "10"
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
|
@ -16,4 +16,4 @@ build_script:
|
|||
- npm run build
|
||||
test_script:
|
||||
- npm run lint
|
||||
- npm test
|
||||
- npm run lint-styles
|
||||
|
|
Loading…
Reference in a new issue