Skip to content

Commit

Permalink
Merge pull request #589 from KnpLabs/fix/appveyor-build
Browse files Browse the repository at this point in the history
[RFR] fix appveyor build
  • Loading branch information
nicolasmure authored Nov 23, 2018
2 parents 39b4e3d + 608d107 commit d64c7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ init:
install:
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
- cd c:\php
- IF %PHP%==1 cinst -y OpenSSL.Light
- IF %PHP%==1 cinst -y OpenSSL.Light --version 1.1.1
- IF %PHP%==1 curl -fsSL -o php-5.6.33-Win32-VC11-x86.zip https://windows.php.net/downloads/releases/archives/php-5.6.33-Win32-VC11-x86.zip
- IF %PHP%==1 7z x php-5.6.33-Win32-VC11-x86.zip -y >nul
- IF %PHP%==1 del /Q *.zip
Expand Down

0 comments on commit d64c7f9

Please sign in to comment.