Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 066bcad

Browse files
authored
updated appveyor (#101)
| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | - | License | MIT | Doc PR | -
1 parent 7d3f701 commit 066bcad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ cache:
3535
- '%LOCALAPPDATA%\Composer\files -> composer.json'
3636

3737
init:
38-
- SET PHP=1
3938
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php;%PATH%
4039
- SET ANSICON=121x90 (121x90)
4140
- SET COMPOSER_NO_INTERACTION=1
@@ -53,8 +52,6 @@ install:
5352
Where-Object pullRequestId -eq $Env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
5453
throw "There are newer queued builds for this pull request, failing early." }
5554
# Install PHP
56-
- IF EXIST C:\tools\php (SET PHP=0)
57-
- IF %PHP%==0 exit 1;
5855
- appveyor DownloadFile "https://raw.githubusercontent.com/prisis/ps-install-php/master/Install-PHP.ps1"
5956
- ps: if (-not (Test-Path C:\tools\php)) {.\Install-PHP.ps1 -InstallPath C:\tools\php -Version $Env:PHP_VERSION -Highest -Arch $Env:PLATFORM -Extensions mbstring,intl,openssl,fileinfo,curl}
6057
# PHP settings and extensions

0 commit comments

Comments
 (0)