X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=b722fe77f11bc52f2bb34b5217b26dcd7d2760a8;hb=eaa3e4d15737413848244410878f7eca3f6a9741;hp=82b5a5d218bd3de32b17a142b8e22026263b1e5b;hpb=b5b172500d5bbf63e70a980abfa30f8e480c18d3;p=friendica.git diff --git a/.travis.yml b/.travis.yml index 82b5a5d218..b722fe77f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,9 @@ 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