language: php php: - 7.0 - 7.1 before_script: - travis_retry composer install --prefer-source --no-interaction script: - phpunit tests