Add homebrew-php tap to homebrew for Travis CI

This commit is contained in:
Glavin Wiechert 2015-03-29 20:47:39 -03:00
parent c5d58c4ba1
commit bf53760c09
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@ env:
before_install:
# Update Homebrew
- brew update
- brew tap homebrew/dupes
- brew tap homebrew/versions
# Ruby language support
- gem install ruby-beautify --verbose
# Python language support
@ -31,6 +33,7 @@ before_install:
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
- brew tap homebrew/homebrew-php
- brew install php-cs-fixer
# CoffeeScript
- npm install coffee-formatter