From 2c6b6bca8fa12bf992be9d08f4867f1322bf98b7 Mon Sep 17 00:00:00 2001 From: William Durand Date: Sat, 4 Mar 2017 17:33:57 +0100 Subject: [PATCH] [appveyor] manual windows update --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 73559e2..f69fd29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,10 +10,8 @@ init: - SET PATH=C:\Program Files\OpenSSL;c:\tools\php71;%PATH% install: + - ps: Set-Service wuauserv -StartupType Manual - cinst -y OpenSSL.Light - - SET PATH=C:\Program Files\OpenSSL;%PATH% - - sc config wuauserv start= auto - - net start wuauserv - cinst -y php - cd c:\tools\php71 - copy php.ini-production php.ini /Y