master
language: php php: - 7.0 - 7.1 - 7.2 before_script: - travis_retry composer self-update - travis_retry composer install script: vendor/bin/phpunit --verbose notifications: email: on_success: [never]