From 5233390c6ad48e5fbf3dff675b7a43f1ef1a9837 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Tue, 21 Jul 2020 20:19:19 +0200 Subject: [PATCH] ci(appveyor): change to only run windows tests on ci server fix #291 --- .appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d00995c1..a1cd6b41 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,10 +9,7 @@ branches: - /dependabot\/.*/ - ci/travis -image: - - macOS - - Ubuntu -# - Visual Studio 2015 +image: Visual Studio 2015 matrix: fast_finish: true