Modify php71 path

This commit is contained in:
onigra 2017-02-14 20:06:44 +09:00
parent e62cb301b1
commit f6a7f53513
1 changed files with 2 additions and 2 deletions

View File

@ -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