]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
Add Database storage backend
[friendica.git] / .travis.yml
index bb8b11311263228bb56cf05403b0325bfaf78a3d..f9f9acff197bc402809bd4703fc750e519d4f7ad 100644 (file)
@@ -17,7 +17,7 @@ env:
 install:
  - composer install
 before_script:
- - cp config/local-sample.ini.php config/local.ini.php
+ - cp config/local-sample.config.php config/local.config.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