From faa42504be700923763e323359eda900fed2c5ad Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 11 Jun 2017 13:38:12 -0300 Subject: [PATCH] Update AppVeyor in attempt to fix failing tests --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 53303e8..eb699dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: "{build}" -os: Visual Studio 2017 +image: Visual Studio 2017 test: off deploy: off