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