language: php php: - 5.6 - 7.1 - 7.2 - 7.4 branches: only: master before_install: - composer install script: vendor/bin/phpunit --bootstrap vendor/autoload.php tests