Skip to content

Commit

Permalink
Fix test on Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Feb 26, 2017
1 parent e6cf2a0 commit f425d9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ filter:
- AsyncTweetsBundle.php

build:
environment:
php:
version: 7.1
dependencies:
override:
-
Expand All @@ -25,7 +28,7 @@ build:
tests:
override:
-
command: 'phpunit --coverage-clover=coverage-clover'
command: './vendor/bin/phpunit --coverage-clover=coverage-clover'
coverage:
file: 'coverage-clover'
format: 'php-clover'
Expand Down

0 comments on commit f425d9d

Please sign in to comment.