X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=82b5a5d218bd3de32b17a142b8e22026263b1e5b;hb=34cea93a8be03690d8515039c61affc9f328a02b;hp=d68b7727e893648344978d94f4ff378589a62e15;hpb=125f0df4730a044b739497a483d27b528d4131f9;p=friendica.git diff --git a/.travis.yml b/.travis.yml index d68b7727e8..82b5a5d218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,14 @@ php: - 7.1 - 7.2 -install: composer install +services: + - mysql +env: + - USER=travis DB=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