Skip to content

Commit baffb81

Browse files
authored
Fix AppVeyor build (#897)
1 parent 8adc851 commit baffb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ init:
99
- SET PATH=c:\tools\php;%PATH%
1010

1111
install:
12-
- cinst -y php --version 7.0.9 # Force the PHP version: http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
12+
- cinst -y php -i
1313
- cd c:\tools\php
1414
- copy php.ini-production php.ini /Y
1515
- echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)