Setup Travis CI to install php56
This commit is contained in:
parent
bf53760c09
commit
6173a93463
|
@ -34,6 +34,7 @@ before_install:
|
||||||
- brew install uncrustify
|
- brew install uncrustify
|
||||||
# PHP
|
# PHP
|
||||||
- brew tap homebrew/homebrew-php
|
- brew tap homebrew/homebrew-php
|
||||||
|
- brew install php56
|
||||||
- brew install php-cs-fixer
|
- brew install php-cs-fixer
|
||||||
# CoffeeScript
|
# CoffeeScript
|
||||||
- npm install coffee-formatter
|
- npm install coffee-formatter
|
||||||
|
|
Loading…
Reference in New Issue