Skip to content

Commit 29e2e7c

Browse files
committed
php deps handling update for scrutinizer
1 parent 1589ece commit 29e2e7c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.scrutinizer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ filter:
66
build:
77
tests:
88
override:
9+
- composer update --with-dependencies -v -o
910
-
1011
command: 'vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover clover.xml --whitelist src/'
1112
coverage:
@@ -15,6 +16,11 @@ build:
1516
build:
1617
environment:
1718
php: 7.0.6
19+
dependencies:
20+
override:
21+
- composer clear-cache
22+
- composer self-update
23+
- composer update --with-dependencies -v -o
1824
tests:
1925
override:
2026
- eslint-run "public_html/js/*js"

0 commit comments

Comments
 (0)