From 327064b5eeb3bfdc65bff42eeb7c6ee5a5c26abb Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 1 Jun 2016 00:36:39 +0300 Subject: [PATCH] Run appveyor tests individually, just like on travis Fixes failing builds being marked as successful --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a3913da1..1129f71f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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