build: dependencies: before: - 'pecl install uopz' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - command: 'vendor/bin/phpunit --coverage-clover build/logs/clover.xml' coverage: file: 'build/logs/clover.xml' format: 'clover' environment: php: version: 7.0, 7.1, 7.2 filter: excluded_paths: - 'tests/*' - 'build/*' - 'docs/*' checks: php: true coding_style: php: { }