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