Skip to content

Commit

Permalink
scrutinizer config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jun 29, 2021
1 parent 8960d34 commit 0d17c66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ build:
- 'docker run -p 6379:6379 --name redis-redisgraph redislabs/redisgraph:latest'
override:
-
command:
- 'composer run unit-tests'
command: 'composer run unit-tests'
coverage:
file: 'tests/_output/coverage.xml'
format: 'clover'
Expand Down

0 comments on commit 0d17c66

Please sign in to comment.