From 0be3d105819754c1c02b76fba69f3f4ed08d8ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Cie=C5=9Blak?= Date: Thu, 7 Jan 2016 13:55:14 +0000 Subject: [PATCH] Switch back to Visual Studio 2013 Resolve incompatibility with node that is still built using VS2013 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b89fd46a50..12136f1fe7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -os: Visual Studio 2015 +os: Visual Studio 2013 environment: CTEST_OUTPUT_ON_FAILURE: 1