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

pull/560/head
Niels Lohmann 2017-04-09 12:00:30 +02:00
parent a9f4094580
commit c40c8ac92e
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 5 additions and 0 deletions

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