Change Appveyor to use msvc-14.0 because 12.0 doesn't work.

This commit is contained in:
Peter Dimov
2016-09-10 01:49:51 +03:00
parent aa17d6a5e2
commit 29810a490a

View File

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