👷 excluding MSVC 2015 with "/permissive- /std:c++latest /utf-8"

This commit is contained in:
Niels Lohmann
2017-04-09 12:00:30 +02:00
parent a9f4094580
commit c40c8ac92e

View File

@@ -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: []