X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=82b5a5d218bd3de32b17a142b8e22026263b1e5b;hb=4da9395075e13553d200ced03ffc104743d9bc98;hp=d68b7727e893648344978d94f4ff378589a62e15;hpb=aa6584684e2e6bef6197e843409443c9d98d1333;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