See #375. Download PHP-CS-Fixer.phar file for Windows CI

This commit is contained in:
Glavin Wiechert 2015-06-08 12:18:00 -03:00
parent 3db55bf029
commit cc713e4efa
1 changed files with 2 additions and 3 deletions

View File

@ -94,10 +94,9 @@ install:
- 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
- ps: iex ((new-object net.webclient).DownloadString('http://get.sensiolabs.org/php-cs-fixer.phar'))
- where php-cs-fixer.phar
- where php-cs-fixer
build_script: