Skip to content

Commit 7c56006

Browse files
committed
Add Scrutinizer CI config
1 parent 6ae8d2e commit 7c56006

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.scrutinizer.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
checks:
2+
php: true
3+
4+
filter:
5+
excluded_paths:
6+
- 'features/'
7+
- 'tests/'
8+
9+
build:
10+
environment:
11+
# Languages
12+
php:
13+
version: "7.1"
14+
15+
tests:
16+
override:
17+
-
18+
command: 'vendor/bin/phpunit --coverage-clover=build/phpunit.clover'
19+
coverage:
20+
file: 'build/phpunit.clover'
21+
format: 'clover'
22+
- php-scrutinizer-run

0 commit comments

Comments
 (0)