language: php php: - 7.2 - 7.3 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: phpunit