Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from jonatascabral/master
Browse files Browse the repository at this point in the history
Fixed build
  • Loading branch information
lerox authored Sep 20, 2018
2 parents ab17e9d + 7cb1aca commit a1bb6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
before:
- "sudo composer self-update"
override:
- "composer install --no-dev --no-interaction --prefer-dist"
- "composer install --no-interaction --prefer-dist"
environment:
php: '5.5.25'
mysql: false
Expand All @@ -37,7 +37,7 @@ build:
tests:
override:
-
command: 'phpunit -c tests/ --colors --coverage-clover=clover.xml tests/unit'
command: './vendor/bin/phpunit -c tests/ --colors --coverage-clover=clover.xml tests/unit'
coverage:
file: 'clover.xml'
format: 'php-clover'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"phploc/phploc": "@stable",
"sebastian/phpcpd": "@stable",
"pdepend/pdepend" : "@stable",
"phpunit/phpunit": "~4.6.0",
"phpunit/phpunit": "@stable",
"phpunit/php-invoker": "@stable",
"phpmd/phpmd" : "@stable",
"squizlabs/php_codesniffer": "@stable",
Expand Down

0 comments on commit a1bb6db

Please # to comment.