Set phar.readonly to Off in php.ini for Travis CI

This commit is contained in:
Glavin Wiechert 2015-03-29 21:27:37 -03:00
parent 6173a93463
commit 9d9f52141e
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ before_install:
# PHP # PHP
- brew tap homebrew/homebrew-php - brew tap homebrew/homebrew-php
- brew install php56 - brew install php56
- echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini
- brew install php-cs-fixer - brew install php-cs-fixer
# CoffeeScript # CoffeeScript
- npm install coffee-formatter - npm install coffee-formatter