See #375. Remove PHP, Composer, PHP-CS-Fixer installation in Windows CI
This commit is contained in:
parent
cc6d975354
commit
58edfa40b3
18
appveyor.yml
18
appveyor.yml
|
@ -86,15 +86,15 @@ install:
|
|||
- where htmlbeautifier
|
||||
|
||||
# PHP
|
||||
- cinst php -y
|
||||
- ps: "ls \"C:\\tools\\php\""
|
||||
- "SET PATH=C:\\tools\\php;%PATH%"
|
||||
- where php
|
||||
# Composer
|
||||
- cinst composer -y
|
||||
# PHP-CS-Fixer
|
||||
- php composer.phar global require fabpot/php-cs-fixer
|
||||
- where php-cs-fixer
|
||||
# - cinst php -y
|
||||
# - ps: "ls \"C:\\tools\\php\""
|
||||
# - "SET PATH=C:\\tools\\php;%PATH%"
|
||||
# - where php
|
||||
# # Composer
|
||||
# - cinst composer -y
|
||||
# # PHP-CS-Fixer
|
||||
# - php composer.phar global require fabpot/php-cs-fixer
|
||||
# - where php-cs-fixer
|
||||
|
||||
# emacs
|
||||
- cinst emacs -y
|
||||
|
|
Loading…
Reference in New Issue