Run appveyor tests individually, just like on travis

Fixes failing builds being marked as successful
This commit is contained in:
Pavel Djundik 2016-06-01 00:36:39 +03:00
parent cdcd309a7c
commit 327064b5ee

View File

@ -17,7 +17,9 @@ install:
test_script:
- node --version
- npm --version
- npm test
- npm run test:mocha
- npm run lint:js
- npm run lint:css
# Don't actually build
build: off