Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 85511a4

Browse files
committed
Added two lines to the TravisCI script in order to send coverage data to the Scrutinizer service
1 parent 86a7b9f commit 85511a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ script:
1515

1616
after_script:
1717
- ./vendor/bin/coveralls -v
18+
- wget --output-document=build/ocular.phar https://scrutinizer-ci.com/ocular.phar
19+
- php build/ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml

0 commit comments

Comments
 (0)