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
|
- where htmlbeautifier
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
- cinst php -y
|
# - cinst php -y
|
||||||
- ps: "ls \"C:\\tools\\php\""
|
# - ps: "ls \"C:\\tools\\php\""
|
||||||
- "SET PATH=C:\\tools\\php;%PATH%"
|
# - "SET PATH=C:\\tools\\php;%PATH%"
|
||||||
- where php
|
# - where php
|
||||||
# Composer
|
# # Composer
|
||||||
- cinst composer -y
|
# - cinst composer -y
|
||||||
# PHP-CS-Fixer
|
# # PHP-CS-Fixer
|
||||||
- php composer.phar global require fabpot/php-cs-fixer
|
# - php composer.phar global require fabpot/php-cs-fixer
|
||||||
- where php-cs-fixer
|
# - where php-cs-fixer
|
||||||
|
|
||||||
# emacs
|
# emacs
|
||||||
- cinst emacs -y
|
- cinst emacs -y
|
||||||
|
|
Loading…
Reference in New Issue