Skip to content

Commit 247d44c

Browse files
committed
More appveyor configuration
1 parent 86c0173 commit 247d44c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ init:
88
- SET COMPOSER_NO_INTERACTION=1
99

1010
install:
11-
- cinst php --version 7.0.9
11+
- ps: Set-Service wuauserv -StartupType Manual
12+
- cinst -y php
1213
- cd c:\tools\php71
1314
- copy php.ini-production php.ini
1415
- echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)