Skip to content

Commit

Permalink
php deps handling update for scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 17, 2017
1 parent 4cf0e4a commit 94d4d15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ filter:
build:
tests:
override:
- composer update --with-dependencies -v -o
-
command: 'vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover clover.xml --whitelist src/'
coverage:
Expand All @@ -15,6 +16,11 @@ build:
build:
environment:
php: 7.0.6
dependencies:
override:
- composer clear-cache
- composer self-update
- composer update --with-dependencies -v -o
tests:
override:
- eslint-run "public_html/js/*js"
Expand Down

0 comments on commit 94d4d15

Please sign in to comment.