Skip to content

Commit 7288037

Browse files
authored
register scrutinizer report
1 parent 26b16ee commit 7288037

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ before_script:
1616
- composer dumpautoload
1717

1818
script: vendor/bin/phpunit
19+
20+
after_script:
21+
- if [[ -f coverage.clover ]]; then
22+
curl -sSOL https://scrutinizer-ci.com/ocular.phar &&
23+
php ocular.phar code-coverage:upload --format=php-clover coverage.clover;
24+
fi

0 commit comments

Comments
 (0)