mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 06:20:00 +00:00
Updated appveyor to no longer test, only build/lint
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "6"
|
- nodejs_version: "6"
|
||||||
- nodejs_version: "7"
|
|
||||||
- nodejs_version: "8"
|
- nodejs_version: "8"
|
||||||
- nodejs_version: "9"
|
- nodejs_version: "9"
|
||||||
|
- nodejs_version: "10"
|
||||||
platform:
|
platform:
|
||||||
- x86
|
- x86
|
||||||
- x64
|
- x64
|
||||||
@@ -16,4 +16,4 @@ build_script:
|
|||||||
- npm run build
|
- npm run build
|
||||||
test_script:
|
test_script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm test
|
- npm run lint-styles
|
||||||
|
|||||||
Reference in New Issue
Block a user