Skip to content

Commit d8cb7d8

Browse files
author
Jamie Hannaford
committed
make scrutinizer handle CI
1 parent 15f2131 commit d8cb7d8

File tree

2 files changed

+11
-28
lines changed

2 files changed

+11
-28
lines changed

.scrutinizer.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,20 @@ filter:
99
checks:
1010
php: true
1111

12-
coding_style:
13-
php: { }
12+
tools:
13+
php_cs_fixer:
14+
fixers:
15+
- 'psr2'
16+
filter:
17+
paths:
18+
- 'samples/*'
19+
- 'src/*'
20+
- 'tests/*'
1421

1522
build:
1623
tests:
24+
before:
25+
- 'vendor/bin/parallel-lint --exclude vendor .'
1726
override:
1827
-
1928
command: './vendor/bin/phpunit --coverage-clover ./coverage.xml'

.travis.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)