From 1786e0d8b80ccd9ebeded8e00948238fd8304728 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 9 May 2018 13:56:58 +0200 Subject: [PATCH] chore: do not build from source --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 56db1bf..77743af 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,7 +13,7 @@ install: - set CI=true - npm i -g npm@latest - set PATH=%APPDATA%\npm;%PATH% - - npm install --build-from-source + - npm install matrix: fast_finish: true shallow_clone: true