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


Hang on, we reloading big blames...
language: php
php:
- 5.4 - 5.5 - 5.6
- 7.0 - 7.1 cache: directories: - vendor install:
- travis_retry composer install --no-interaction --ignore-platform-reqs
script: - vendor/bin/phpunit --verbose
matrix: fast_finish: true
include: - php: 5.3 dist: precise