From da36b699fcf015bccc742619396eb47e7777e0a2 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 23 May 2017 19:06:54 +0100 Subject: [PATCH] Try again with appveyor.yml --- appveyor.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4e9d807b..8365a53a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,12 +15,13 @@ platform: - x86 - x64 -matrix: - - TOOLSET: msvc-9.0 - - TOOLSET: msvc-10.0 - - TOOLSET: msvc-11.0 - - TOOLSET: msvc-12.0 - - TOOLSET: msvc-14.0 +environment: + matrix: + - TOOLSET: msvc-9.0 + - TOOLSET: msvc-10.0 + - TOOLSET: msvc-11.0 + - TOOLSET: msvc-12.0 + - TOOLSET: msvc-14.0 install: - cd ..