build: environment: php: version: 7.2 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true coverage: tests: before: - 'chmod u+x run_phpunit' - command: './run_phpunit' environment: { GOOGLE_API_KEY: 'AIzaSyCO_gc4TRNQupcJ9FB9b3bRkFBgcMelBko' } idle_timeout: 600 background: false checks: php: true coding_style: php: spaces: within: brackets: true filter: { } tools: external_code_coverage: true