Skip to content

Commit c6a6a72

Browse files
committed
Improve Library settings
1 parent 6baf1f3 commit c6a6a72

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.scrutinizer.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
filter:
22
paths: [src/*]
3-
excluded_paths: [examples, test]
3+
excluded_paths: [examples/*, test/*]
44
checks:
55
php:
66
code_rating: true
@@ -19,4 +19,17 @@ checks:
1919
fix_doc_comments: true
2020
tools:
2121
external_code_coverage:
22-
timeout: 1200
22+
timeout: 600
23+
runs: 3
24+
php_code_coverage: false
25+
php_code_sniffer:
26+
config:
27+
standard: PSR2
28+
filter:
29+
paths: ['src']
30+
php_loc:
31+
enabled: true
32+
excluded_dirs: [examples, test, vendor]
33+
php_cpd:
34+
enabled: true
35+
excluded_dirs: [examples, test, vendor]

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ sudo: false
55
matrix:
66
include:
77
- php: 5.5
8+
env: COLLECT_COVERAGE=true
89
- php: 5.6
10+
env: COLLECT_COVERAGE=true
911
- php: 7.0
1012
env: COLLECT_COVERAGE=true
1113
- php: hhvm

0 commit comments

Comments
 (0)