Skip to content

Commit

Permalink
Merge pull request #10 from mostafamaklad/code-quality
Browse files Browse the repository at this point in the history
Update scrutinizer
  • Loading branch information
mostafamaklad committed Sep 1, 2017
2 parents 29ce349 + fac365a commit a1ddf24
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
build:
environment:
mongodb: true
mongodb: true
selenium: true
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'clover'

filter:
excluded_paths: [tests/*]
Expand Down

0 comments on commit a1ddf24

Please sign in to comment.