From cba2631021bbf6c1204c425ad303fa15e44fcfa1 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 16 Jul 2020 09:58:05 -0400 Subject: [PATCH] Delete appveyor.yml --- appveyor.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index a25f9da1..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,33 +0,0 @@ -clone_depth: 10 - -version: "{build}" - -# What combinations to test -environment: - matrix: - - nodejs_version: "6" - platform: x86 - - nodejs_version: "8" - platform: x86 - - nodejs_version: "10" - platform: x86 - -install: - - ps: Install-Product node $env:nodejs_version $env:platform - - npm install - -test_script: - # Output useful info for debugging - - node --version && npm --version - # We test multiple Windows shells because of prior stdout buffering issues - # filed against Grunt. https://github.com/joyent/node/issues/3584 - - ps: "npm test # PowerShell" # Pass comment to PS for easier debugging - - cmd: npm test - -build: off - -matrix: - fast_finish: true - -cache: - - node_modules -> package.json