Skip to content

Commit a463149

Browse files
authored
Merge pull request #331 from greg0ire/scrutinizer➡codecov
Use CodeCov instead of Scrutinizer
2 parents 96e730b + ec69794 commit a463149

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

.scrutinizer.yml

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

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: php
55
php:
66
- 7.2
77
- 7.3
8-
- 7.4snapshot
8+
- 7.4
99

1010
cache:
1111
directories:
@@ -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)