Fix wrong mode for App since local conf file wasn't present

This commit is contained in:
Hypolite Petovan 2018-07-08 03:16:38 -04:00
parent 478b42e88f
commit 7b8410f5ef
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@ env:
install:
- composer install
before_script:
- cp config/local-sample.ini.php config/local.ini.php
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- mysql -utravis test < database.sql
- echo "extension=redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini