From 29810a490a3df859a9eb30b525b03c1bdd255286 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Sep 2016 01:49:51 +0300 Subject: [PATCH] Change Appveyor to use msvc-14.0 because 12.0 doesn't work. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 03c3982..a915c65 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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