From aeb0e2c8b5095702f02ca9e44acde372c4dc951d Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 9 Feb 2019 23:45:24 -0800 Subject: [PATCH] appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index af20b1e..86c5534 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,13 +14,13 @@ branches: environment: matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-14.0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1 CXXSTD: 17 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + TOOLSET: msvc-14.0 install: - set BOOST_BRANCH=develop