X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=82b5a5d218bd3de32b17a142b8e22026263b1e5b;hb=a49e09430886057b3c00fcdb3ac0ec58cc97f6eb;hp=fe436c5ddda1ff6b5f5ea211b539f1c48c232992;hpb=7f93d5c74b8167eb64b76a9ba22ad5c8ea7fb3a7;p=friendica.git diff --git a/.travis.yml b/.travis.yml index fe436c5ddd..82b5a5d218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,19 @@ language: php ## Friendica supports PHP version >= 5.6 php: - - 5.6 - - 7.0 - - 7.1 - - 7.2 + - 5.6 + - 7.0 + - 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