See #375. Download PHP-CS-Fixer.phar file for Windows CI
This commit is contained in:
parent
3db55bf029
commit
cc713e4efa
|
@ -94,10 +94,9 @@ install:
|
||||||
- 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
|
|
||||||
- cinst composer -y
|
|
||||||
# PHP-CS-Fixer
|
# PHP-CS-Fixer
|
||||||
- php composer.phar global require fabpot/php-cs-fixer
|
- ps: iex ((new-object net.webclient).DownloadString('http://get.sensiolabs.org/php-cs-fixer.phar'))
|
||||||
|
- where php-cs-fixer.phar
|
||||||
- where php-cs-fixer
|
- where php-cs-fixer
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Reference in New Issue