checks: php: true build: tests: override: - command: 'vendor/bin/phpunit tests --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: environment: variables: MAILCHIMP_API_KEY: '8abf3007fd9bebdcea462e292b121e55-us15' MAILCHIMP_BASE_URI: 'https://us15.api.mailchimp.com/3.0/' MAILCHIMP_LIST_ID: '02c5f5bb1f'