From 808996b70f4403bd47ebd5dc150e7ec0a4637bc4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 20 Aug 2016 02:00:14 +0300 Subject: [PATCH] Replace msvc-12.0 with msvc-14.0 in Appveyor, as 12.0 doesn't seem to work --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8c69778..7d10a80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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