From c40c8ac92e9a34ddb417478ac7c52c5716aa401b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 9 Apr 2017 12:00:30 +0200 Subject: [PATCH] :construction_worker: excluding MSVC 2015 with "/permissive- /std:c++latest /utf-8" --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1832f28c..4f423e2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,11 @@ environment: - additional_flags: "" - additional_flags: "/permissive- /std:c++latest /utf-8" +matrix: + exclude: + - additional_flags: "/permissive- /std:c++latest /utf-8" + os: Visual Studio 2015 + init: [] install: []