From b245e98461142666893a973b748b3941e097ff4b Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 30 Apr 2015 12:14:08 -0300 Subject: [PATCH] Add more logging for debugging PHP installation on Travis CI --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f0c312..5c005b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,11 @@ 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 gist-logs php56 + - brew install php56 + - echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini + - brew gist-logs php-cs-fixer + - brew install php-cs-fixer # CoffeeScript - npm install coffee-formatter