]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
CS translation update THX Aditoo
[friendica.git] / .travis.yml
index 82b5a5d218bd3de32b17a142b8e22026263b1e5b..78c29817db6e03101cb5da91376cbf3eb8bef9f9 100644 (file)
@@ -10,11 +10,10 @@ php:
 services:
  - mysql
 env:
- - USER=travis DB=test
+ - MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USERNAME=travis MYSQL_PASSWORD= MYSQL_DATABASE=test
 
 install:
  - composer install
 before_script:
  - mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- # In order to avoid bin/worker.php warnings
- - touch .htconfig.php
+ - mysql -utravis test < database.sql