We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c0173 commit 247d44cCopy full SHA for 247d44c
appveyor.yml
@@ -8,7 +8,8 @@ init:
8
- SET COMPOSER_NO_INTERACTION=1
9
10
install:
11
- - cinst php --version 7.0.9
+ - ps: Set-Service wuauserv -StartupType Manual
12
+ - cinst -y php
13
- cd c:\tools\php71
14
- copy php.ini-production php.ini
15
- echo date.timezone="UTC" >> php.ini
0 commit comments