Skip to content

Commit 65e62df

Browse files
committed
Use CodeCov instead of Scrutinizer
1 parent 96e730b commit 65e62df

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
3838
script:
3939
- ./vendor/bin/phpunit --coverage-clover clover.xml
40-
after_script:
41-
- wget https://scrutinizer-ci.com/ocular.phar
42-
- php ocular.phar code-coverage:upload --format=php-clover clover.xml
40+
after_success:
41+
- bash <(curl -s https://codecov.io/bash)
4342

4443
- stage: Code Quality
4544
env: CODING_STANDARDS

0 commit comments

Comments
 (0)