Modify php71 path
This commit is contained in:
parent
e62cb301b1
commit
f6a7f53513
|
@ -106,8 +106,8 @@ install:
|
|||
# PHP
|
||||
- ps: Set-Service wuauserv -StartupType Manual
|
||||
- cinst php -y
|
||||
- ps: "ls \"C:\\tools\\php\""
|
||||
- "SET PATH=C:\\tools\\php;%PATH%"
|
||||
- ps: "ls \"C:\\tools\\php71\""
|
||||
- "SET PATH=C:\\tools\\php71;%PATH%"
|
||||
- where php
|
||||
# PHP-CS-Fixer
|
||||
- cinst curl -y # Use cURL to download file from URL
|
||||
|
|
Loading…
Reference in New Issue