Updated appveyor to no longer test, only build/lint

This commit is contained in:
orangemug 2018-04-10 13:08:55 +01:00
parent 8c7a1f7075
commit 3ae37f1c46

View file

@ -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