From e2538bea935cb41087841283ba9cf4ac13589447 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 3 May 2015 13:04:08 -0300 Subject: [PATCH] Remove Pandoc installation and ignore errors for Homebrew-PHP with Travis CI --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8cd930..a65d846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,16 +35,14 @@ before_install: - pip install --upgrade autopep8 # SQL language support - pip install --upgrade sqlparse - # Markdown language support - - brew install pandoc # Java, C, C++, C#, Objective-C, D, Pawn, Vala - brew install uncrustify # PHP - brew tap homebrew/homebrew-php - - brew install php56 - - brew gist-logs php56 + - brew install php56 || true + - brew gist-logs php56 || true - echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini - - brew install php-cs-fixer - - brew gist-logs php-cs-fixer + - brew install php-cs-fixer || true + - brew gist-logs php-cs-fixer || true # CoffeeScript - npm install coffee-formatter