Skip to content

Commit 62bf578

Browse files
committed
update travis to use codecov instead of coveralls
1 parent abb6342 commit 62bf578

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ script:
2323
- vendor/bin/phpunit --coverage-clover=coverage.clover
2424
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/,var/cache ./
2525
after_script:
26-
- travis_retry php vendor/bin/coveralls
26+
- travis_retry bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
2424

2525
[![Build Status](https://travis-ci.org/ongr-io/ElasticsearchBundle.svg?branch=master)](https://travis-ci.org/ongr-io/ElasticsearchBundle)
2626
[![Latest Stable Version](https://poser.pugx.org/ongr/elasticsearch-bundle/v/stable)](https://packagist.org/packages/ongr/elasticsearch-bundle)
27+
[![codecov](https://codecov.io/gh/ongr-io/ElasticsearchBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/ongr-io/ElasticsearchBundle)
2728
[![Total Downloads](https://poser.pugx.org/ongr/elasticsearch-bundle/downloads)](https://packagist.org/packages/ongr/elasticsearch-bundle)
2829
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ongr-io/ElasticsearchBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ongr-io/ElasticsearchBundle/?branch=master)
2930

@@ -32,7 +33,8 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
3233

3334
| Elasticsearch version | ElasticsearchBundle version |
3435
| --------------------- | -------------------------------- |
35-
| >= 6.0 | ~6.x |
36+
| >= 7.0 | ~7.x |
37+
| >= 6.0, < 7.0 | ~6.x |
3638
| >= 5.0, < 5.0 | ~5.x, ~6.x (indexes with 1 type) |
3739
| >= 2.0, < 5.0 | >=1.0, < 5.0 |
3840
| >= 1.0, < 2.0 | >= 0.10, < 1.0 |

0 commit comments

Comments
 (0)