We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1589ece commit 29e2e7cCopy full SHA for 29e2e7c
1 file changed
.scrutinizer.yml
@@ -6,6 +6,7 @@ filter:
6
build:
7
tests:
8
override:
9
+ - composer update --with-dependencies -v -o
10
-
11
command: 'vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover clover.xml --whitelist src/'
12
coverage:
@@ -15,6 +16,11 @@ build:
15
16
17
environment:
18
php: 7.0.6
19
+ dependencies:
20
+ override:
21
+ - composer clear-cache
22
+ - composer self-update
23
24
25
26
- eslint-run "public_html/js/*js"
0 commit comments