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