Skip to content

Commit

Permalink
Merge pull request #7 from net02/ci/enable-travis-code-coverage
Browse files Browse the repository at this point in the history
Re-enable scrutinizer code coverage via travis instead of circleCI
  • Loading branch information
net02 authored Oct 30, 2019
2 parents 496818b + 0972434 commit 084ed19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ before_script:

script:
- bin/phpunit
- bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
18 changes: 0 additions & 18 deletions circle.yml

This file was deleted.

0 comments on commit 084ed19

Please sign in to comment.