From db296d9957d621d4f6bbfbf9a9bf736708461b99 Mon Sep 17 00:00:00 2001 From: Tommy Chen Date: Sat, 13 Feb 2016 15:00:42 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 074881b..d6a9aaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,13 +9,17 @@ environment: - nodejs_version: "4" - nodejs_version: "5" +matrix: + fast_finish: true + # Install scripts. (runs after repo cloning) install: - ps: Install-Product node $env:nodejs_version + - npm install -g npm - npm install cache: - - node_modules + - node_modules -> package.json # Post-install test scripts. test_script: @@ -23,12 +27,10 @@ test_script: - node --version - npm --version # Run tests - - npm run eslint - - npm run jscs - npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. -version: "{build}" \ No newline at end of file +version: "{build}"