X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=82b5a5d218bd3de32b17a142b8e22026263b1e5b;hb=72638acac3dd6c25cdf707e316e735f4d8ceeec1;hp=d3fffc6936cb032f0df5b3cbc8b9030fef1eadc0;hpb=c4c0d09744ccb2c9600709ccb6e64c8d6be2fd9a;p=friendica.git diff --git a/.travis.yml b/.travis.yml index d3fffc6936..82b5a5d218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,20 @@ --- language: php -php: 5.6 -install: composer install +## Friendica supports PHP version >= 5.6 +php: + - 5.6 + - 7.0 + - 7.1 + - 7.2 + +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