Blame | Last modification | View Log
language: phpphp:- '5.6'- '7.0'- '7.1'services:- mysql- postgresqlbefore_install:- mysql -e 'CREATE DATABASE IF NOT EXISTS tests;'- psql -c 'create database tests;' -U postgresbefore_script:- composer updatescript:- vendor/bin/phpunit -c testing/phpunit.mysql.xml- vendor/bin/phpunit -c testing/phpunit.sqlite.xml- vendor/bin/phpunit -c testing/phpunit.postgresql.xml