1
0
forked from boostorg/bind

Replace msvc-12.0 with msvc-14.0 in Appveyor, as 12.0 doesn't seem to work

This commit is contained in:
Peter Dimov
2016-08-20 02:00:14 +03:00
parent 3c56630b54
commit 808996b70f

View File

@@ -42,4 +42,4 @@ install:
build: off
test_script:
- b2 libs/bind/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0
- b2 libs/bind/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-14.0