RSS Git Download  Clone
Raw View History
Blames found: 6 Mode: yaml Binary: false


Hang on, we reloading big blames...
language: php
php:
- 7.0 - 7.1 cache: directories: - vendor install: - travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/php-cs-fixer fix --dry-run -v - vendor/bin/phpunit --verbose
matrix: fast_finish: true