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