Skip to content

Commit 4a3d053

Browse files
author
Eugene Matvejev
authored
Merge pull request #28 from eugene-matvejev/connect_scrutinizer
connect Scrutinizer CI
2 parents 414fd2f + 3934ec8 commit 4a3d053

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.scrutinizer.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
checks:
2+
php: true
3+
4+
coding_style:
5+
php: { }
6+
7+
filter:
8+
excluded_paths: ["bin/*", "tests/*", "vendor/*"]
9+
10+
build:
11+
environment:
12+
php:
13+
version: "7.0.4"
14+
# tests:
15+
# override:
16+
# -
17+
# command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
18+
# coverage:
19+
# file: "coverage.xml"
20+
# format: "php-clover"

0 commit comments

Comments
 (0)