language: php php: - 7.1 - 7 script: - php vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text before_script: - composer install