From 9d6dc8d04f127ebcb083d585d2ce448a328ba811 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Wed, 29 Apr 2015 16:16:20 -0300 Subject: [PATCH] Remove installation of PHP56 and PHP-CS-Fixer for Travis CI --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 454458c..4f0c312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,9 @@ before_install: # Java, C, C++, C#, Objective-C, D, Pawn, Vala - brew install uncrustify # PHP - - brew tap homebrew/homebrew-php - - brew install php56 - - echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini - - brew install php-cs-fixer + #- brew tap homebrew/homebrew-php + #- brew install php56 + #- echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini + #- brew install php-cs-fixer # CoffeeScript - npm install coffee-formatter