Skip to content

Commit bdc03bc

Browse files
authored
Added the PHP env var, if the also fails I'll put the IF's back in
1 parent 1276ccf commit bdc03bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform:
33
- x64
44
clone_folder: c:\projects\php-project-workspace
55

6+
67
## Build matrix for lowest and highest possible targets
78
environment:
89
matrix:
@@ -12,7 +13,6 @@ environment:
1213
php_ver_target: 7.0
1314
- dependencies: highest
1415
php_ver_target: 7.0
15-
1616
## Cache composer bits
1717
cache:
1818
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
@@ -21,6 +21,7 @@ cache:
2121
init:
2222
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
2323
- SET COMPOSER_NO_INTERACTION=1
24+
- SET PHP=1
2425
- SET ANSICON=121x90 (121x90)
2526

2627
## Install PHP and composer, and run the appropriate composer command

0 commit comments

Comments
 (0)