build: environment: variables: LAYER_SDK_APP_ID: 91edc2ca-0dee-11e6-8b73-e616010026f7 LAYER_SDK_AUTH: hhjHBOWMDSA2jS7xfeIEN3fYn7686lncQANh5L06PWlZQqTW LAYER_SDK_BASE_URL: https://api.layer.com/apps/ LAYER_SDK_SHOW_HTTP_ERRORS: false LAYER_SDK_API_VERSION: 3.0 tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true environment: node: version: 6.0.0 filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: size: 1 spaces: around_operators: concatenation: true