From ac214e36330b202ba0335bf811493436c8b4e63f Mon Sep 17 00:00:00 2001
From: Joe Haddad <timer150@gmail.com>
Date: Sun, 30 Sep 2018 17:46:04 -0400
Subject: [PATCH] Switch AppVeyor to GCE

---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index 4fc634b53..ab266ab97 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ image: Visual Studio 2017
 
 environment:
   APPVEYOR_SAVE_CACHE_ON_ERROR: true
+  APPVEYOR_BUILD_WORKER_CLOUD: 'GCE'
   matrix:
     - nodejs_version: 10
       test_suite: 'simple'
-- 
GitLab