From 33f01270c11e4e5b97aa6b90e59105296372daf7 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sun, 11 Dec 2016 02:09:12 -0800 Subject: [PATCH] AppVeyor: disable yarn support --- .appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6e20f0a96a..42f097b4e1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,7 +4,6 @@ environment: nodejs_version: "6" matrix: - node_installer: npm - - node_installer: yarn cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' @@ -15,14 +14,13 @@ branches: install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install -g npm@4 -- npm install -g yarn +- npm uninstall -g yarn - set PATH=%APPDATA%\npm;%PATH% - npm install test_script: - node --version - npm --version -- yarn --version - npm test -- --installer=%node_installer% build: off