From 174df7f4b9b9ce949da26be1824e152e2f22ebd9 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 12 Dec 2016 00:49:06 +1100 Subject: [PATCH] Install nightly yarn in appveyor [squash] --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 42f097b4e1..2106a81d63 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,8 @@ branches: install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install -g npm@4 -- npm uninstall -g yarn +- appveyor DownloadFile https://nightly.yarnpkg.com/yarn-0.19.0-20161210.1823-unsigned.msi +- msiexec /i yarn-0.19.0-20161210.1823-unsigned.msi /qn - set PATH=%APPDATA%\npm;%PATH% - npm install