Run appveyor tests individually, just like on travis
Fixes failing builds being marked as successful
This commit is contained in:
parent
cdcd309a7c
commit
327064b5ee
@ -17,7 +17,9 @@ install:
|
|||||||
test_script:
|
test_script:
|
||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
- npm test
|
- npm run test:mocha
|
||||||
|
- npm run lint:js
|
||||||
|
- npm run lint:css
|
||||||
|
|
||||||
# Don't actually build
|
# Don't actually build
|
||||||
build: off
|
build: off
|
||||||
|
Loading…
Reference in New Issue
Block a user