See #375. Add C:\tools\php to PATH in Windows CI
This commit is contained in:
parent
d9352410ff
commit
df42ca42de
|
@ -86,6 +86,8 @@ install:
|
|||
|
||||
# PHP
|
||||
- cinst php -y
|
||||
- ps: "ls \"C:\\tools\\php\""
|
||||
- "SET PATH=C:\\tools\\php;%PATH%"
|
||||
- where php
|
||||
# Composer
|
||||
- php -r "readfile('https://getcomposer.org/installer');" | php
|
||||
|
|
Loading…
Reference in New Issue