-
Notifications
You must be signed in to change notification settings - Fork 2
/
.scrutinizer.yml
44 lines (43 loc) · 1.02 KB
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
paths:
- 'src/*'
tools:
php_analyzer: true
php_changetracking: true
php_code_sniffer:
enabled: true
config:
standard: PSR2
php_cpd: true
php_mess_detector: true
php_pdepend: true
php_sim: true
build:
dependencies:
before:
- "yes '' | pecl -q install -f mongo-stable"
- "yes '' | pecl -q install -f mongodb-stable"
- "sudo composer self-update"
override:
- composer install --no-interaction --prefer-dist
tests:
override:
-
command: 'composer coverage'
coverage:
file: 'clover.xml'
format: 'php-clover'
environment:
php:
version: 5.6
mysql: false
postgresql: false
redis: false
elasticsearch: false
rabbitmq: false
mongodb: false
neo4j: false
memcached: false