From ddaa2b48fc65afa411595b02da5a51881b2ae37e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 1 Feb 2018 21:01:11 -0800 Subject: [PATCH] Change appveyor targets --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 92084412..c0892bc6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,14 +4,13 @@ branches: - master clone_folder: c:\projects\dst image: -- Visual Studio 2013 -- Visual Studio 2015 - Visual Studio 2017 configuration: - Release - Debug platform: - x64 +- x86 environment: matrix: - arch: Win64