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 94d4d15 commit 3541a8b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ filter:
excluded_paths:
- tests/*

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:
file: 'clover.xml'
format: 'clover'

build:
environment:
php: 7.0.6
Expand All @@ -27,6 +17,7 @@ build:
- shellcheck-run
- csslint-run [file|dir]
-
#command: 'vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover clover.xml --whitelist src/'
command: 'phpdbg -qrr vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover clover.xml --whitelist src/'
coverage:
file: 'clover.xml'
Expand Down

0 comments on commit 3541a8b

Please sign in to comment.