Set phar.readonly to Off in php.ini for Travis CI
This commit is contained in:
parent
6173a93463
commit
9d9f52141e
|
@ -35,6 +35,7 @@ before_install:
|
|||
# PHP
|
||||
- brew tap homebrew/homebrew-php
|
||||
- brew install php56
|
||||
- echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini
|
||||
- brew install php-cs-fixer
|
||||
# CoffeeScript
|
||||
- npm install coffee-formatter
|
||||
|
|
Loading…
Reference in New Issue