Skip to content

Commit 010c8b7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents bdef4bf + 3218191 commit 010c8b7

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
@@ -33,7 +33,7 @@ init:
3333
## Install PHP and composer, and run the appropriate composer command
3434
install:
3535
- IF EXIST c:\tools\php (SET PHP=0)
36-
- ps: appveyor-retry cinst -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
36+
- ps: appveyor-retry cinst -y php --ignore-checksums --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
3737
- cd c:\tools\php
3838
- IF %PHP%==1 copy php.ini-production php.ini /Y
3939
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)