Use brew to install php-cs-fixer

This commit is contained in:
Glavin Wiechert 2015-03-29 20:40:26 -03:00
parent cd386505ae
commit c5d58c4ba1
1 changed files with 1 additions and 3 deletions

View File

@ -31,8 +31,6 @@ before_install:
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
- wget http://get.sensiolabs.org/php-cs-fixer.phar
- mv php-cs-fixer.phar /usr/local/bin/php-cs-fixer
- chmod a+x /usr/local/bin/php-cs-fixer
- brew install php-cs-fixer
# CoffeeScript
- npm install coffee-formatter