build: environment: php: version: "7.0"
filter: excluded_paths: - 'tests/*' checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false build: tests: override: - ./vendor/bin/phing test-all