From f8e6caeb45a9ce802413c19d583a50e0dd1ae2d9 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 17 Mar 2019 22:44:30 -0500 Subject: [PATCH] Add VS2019 to CI testing. [skip travis] --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 641b4d03b..5ceb8533b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,9 @@ branches: - /master.*/ - /develop.*/ - /feature\/.*/ - + image: + - Visual Studio 2019 Preview - Visual Studio 2017 - Visual Studio 2015 - Visual Studio 2013