See #375. Remove PHP, Composer, PHP-CS-Fixer installation in Windows CI

This commit is contained in:
Glavin Wiechert 2015-06-01 23:13:58 -03:00
parent cc6d975354
commit 58edfa40b3
1 changed files with 9 additions and 9 deletions

View File

@ -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