From c5d58c4ba1316e763f7db36bf37cb859eeca15c2 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 29 Mar 2015 20:40:26 -0300 Subject: [PATCH] Use brew to install php-cs-fixer --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eaa69bb..5878a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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