Skip to content

Commit 084ed19

Browse files
authored
Merge pull request #7 from net02/ci/enable-travis-code-coverage
Re-enable scrutinizer code coverage via travis instead of circleCI
2 parents 496818b + 0972434 commit 084ed19

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ before_script:
1414

1515
script:
1616
- bin/phpunit
17+
- bin/phpunit --coverage-clover=coverage.clover
18+
19+
after_script:
20+
- wget https://scrutinizer-ci.com/ocular.phar
21+
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

circle.yml

-18
This file was deleted.

0 commit comments

Comments
 (0)