From 8addd5a8bcec26eff771d1336b1b9db7de9cdbba Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 7 Jun 2016 17:41:24 +0300 Subject: [PATCH] Upload appveyor test results --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 333c4abf..7f6a8c8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,8 @@ environment: install: - ps: Install-Product node $env:nodejs_version - npm install + - npm install mocha-appveyor-reporter + - echo --reporter mocha-appveyor-reporter >> test/mocha.opts test_script: - node --version