Use brew to install php-cs-fixer
This commit is contained in:
parent
cd386505ae
commit
c5d58c4ba1
|
@ -31,8 +31,6 @@ before_install:
|
||||||
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
|
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
|
||||||
- brew install uncrustify
|
- brew install uncrustify
|
||||||
# PHP
|
# PHP
|
||||||
- wget http://get.sensiolabs.org/php-cs-fixer.phar
|
- brew install php-cs-fixer
|
||||||
- mv php-cs-fixer.phar /usr/local/bin/php-cs-fixer
|
|
||||||
- chmod a+x /usr/local/bin/php-cs-fixer
|
|
||||||
# CoffeeScript
|
# CoffeeScript
|
||||||
- npm install coffee-formatter
|
- npm install coffee-formatter
|
||||||
|
|
Loading…
Reference in New Issue