From 58edfa40b3c1bc47d6e103b35ff8878699e6f086 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Mon, 1 Jun 2015 23:13:58 -0300 Subject: [PATCH] See #375. Remove PHP, Composer, PHP-CS-Fixer installation in Windows CI --- appveyor.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a7a2321..6c0b912 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,15 +86,15 @@ install: - where htmlbeautifier # 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 # emacs - cinst emacs -y