Skip to content

Commit 569d459

Browse files
author
Samuel
committed
Fixed scrutnizer and travis definitions
1 parent 7c13d90 commit 569d459

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

.scrutinizer.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ checks:
1818
fix_doc_comments: true
1919

2020
build:
21-
nodes:
22-
coverage:
23-
tests:
24-
override:
25-
-
26-
command: 'vendor/bin/phpunit --coverage-clover=some-file'
27-
coverage:
28-
file: 'some-file'
29-
format: 'clover'
21+
tests:
22+
override:
23+
- php-scrutinizer-run
24+
-
25+
command: 'vendor/bin/phpunit --coverage-clover=some-file'
26+
coverage:
27+
file: 'some-file'
28+
format: 'clover'

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ matrix:
2626
env:
2727
- testbench=3.6.x
2828
- phpunit=7.0.x
29+
- php: 7.1
30+
env:
31+
- testbench=3.7.x
32+
- phpunit=7.0.x
2933
- php: 7.2
3034
env:
3135
- testbench=3.5.x
@@ -38,6 +42,10 @@ matrix:
3842
env:
3943
- testbench=3.6.x
4044
- phpunit=7.0.x
45+
- php: 7.2
46+
env:
47+
- testbench=3.7.x
48+
- phpunit=7.0.x
4149

4250
sudo: false
4351

0 commit comments

Comments
 (0)