Skip to content

Commit e579cfd

Browse files
authored
Merge pull request #168 from doctrine/2.0.x
Manually merge 2.0.x into master
2 parents 83ff259 + 909175a commit e579cfd

File tree

3 files changed

+3
-34
lines changed

3 files changed

+3
-34
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 29 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: Test
4544
php: nightly

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ Doctrine Inflector is a small library that can perform string manipulations
44
with regard to uppercase/lowercase and singular/plural forms of words.
55

66
[![Build Status](https://travis-ci.org/doctrine/inflector.svg)](https://travis-ci.org/doctrine/inflector)
7-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/doctrine/inflector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master)
8-
[![Code Coverage](https://scrutinizer-ci.com/g/doctrine/inflector/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master)
7+
[![Code Coverage](https://codecov.io/gh/doctrine/inflector/branch/master/graph/badge.svg)](https://codecov.io/gh/doctrine/inflector/branch/master)

0 commit comments

Comments
 (0)