From 89c854954f597d4159bd9d4569103c3b6e392385 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 6 Oct 2018 20:19:35 +0200 Subject: [PATCH] fix 2 --- appveyor.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 58b786f..1967718 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,15 +5,12 @@ platform: - x86 environment: + VS_VERSION: Visual Studio 15 2017 matrix: -# VS 2017 - - VS_VERSION: Visual Studio 15 2017 - matrix2: - THREAD_SAFE: "true" - THREAD_SAFE: "false" - matrix3: - - PHP_VERSION: 7.2.10 - PHP_BRANCH: 7.2 + PHP_VERSION: 7.2.10 + PHP_BRANCH: 7.2 shallow_clone: true