From 1742ab76a2e15fa670630567f38453d420c3d2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 29 Aug 2018 13:39:24 +0200 Subject: [PATCH] No longer allow failures for VS2017 on AppVeyor --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0e97589b..53f5b395 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,8 +33,6 @@ environment: matrix: - allow_failures: - - os: Visual Studio 2017 exclude: - os: Visual Studio 2015 additional_flags: "/permissive- /std:c++latest"