See #375. Install PHP and PHP-CS-Fixer in Windows CI

This commit is contained in:
Glavin Wiechert 2015-06-08 11:52:30 -03:00
parent d78b3590ca
commit 3db55bf029
1 changed files with 9 additions and 9 deletions

View File

@ -90,15 +90,15 @@ install:
- where emacs
# 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
build_script: