Skip to content

Commit df4e688

Browse files
committed
Configuation for scruntinizer ci
1 parent 24f02af commit df4e688

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
.gitignore export-ignore
33

44
.travis.yml export-ignore
5+
.scrutinizer.yml export-ignore
56
build.xml export-ignore
6-
dist.phpunit.xml export-ignore
7+
phpunit.xml.dist export-ignore
78
phpdox.xml export-ignore
89

910
/tests export-ignore
1011
/examples export-ignore
12+

.scrutinizer.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
imports:
2+
- php
3+
filter:
4+
paths: [src/*]
5+
tools:
6+
php_code_coverage: true
7+
before_commands:
8+
- "composer install --prefer-source"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ php:
77

88
install: composer install
99

10-
script: phpunit --configuration dist.phpunit.xml
10+
script: phpunit --configuration phpunit.xml.dist
File renamed without changes.

0 commit comments

Comments
 (0)