From f387a09742bd8e4a7a8da6db954339609839a113 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 31 May 2019 22:12:23 -0700 Subject: [PATCH] [ci] Disable VS 2013 That one doesn't even understand constexpr. --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6eb1b822d..7a29ecb89 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,12 +23,12 @@ environment: # Build only - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 - compiler: msvc2 - generator: Visual Studio 12 - platform: Win32 - configuration: Release - triplet: x86-windows + #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + # compiler: msvc2 + # generator: Visual Studio 12 + # platform: Win32 + # configuration: Release + # triplet: x86-windows - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 compiler: msvc2