Remove installation of PHP56 and PHP-CS-Fixer for Travis CI

This commit is contained in:
Glavin Wiechert 2015-04-29 16:16:20 -03:00
parent 852a64e66f
commit 9d6dc8d04f
1 changed files with 4 additions and 4 deletions

View File

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