Remove Pandoc installation and ignore errors for Homebrew-PHP with Travis CI

This commit is contained in:
Glavin Wiechert 2015-05-03 13:04:08 -03:00
parent 4fb0c604f6
commit e2538bea93
1 changed files with 4 additions and 6 deletions

View File

@ -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