File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
- 7.4
8
8
env :
9
9
global :
10
- - ES_VERSION=6.2.3 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
10
+ - ES_VERSION=6.8.2 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
11
11
matrix :
12
12
- SYMFONY="^4.4"
13
13
- SYMFONY="^5.0"
@@ -28,4 +28,4 @@ script:
28
28
- vendor/bin/phpunit --coverage-clover=coverage.clover
29
29
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/,var/cache ./
30
30
after_script :
31
- - travis_retry php vendor/bin/coveralls
31
+ - travis_retry bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
23
23
24
24
25
25
[ ![ Build Status] ( https://travis-ci.org/ongr-io/ElasticsearchBundle.svg?branch=master )] ( https://travis-ci.org/ongr-io/ElasticsearchBundle )
26
+ [ ![ codecov] ( https://codecov.io/gh/ongr-io/ElasticsearchBundle/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ongr-io/ElasticsearchBundle )
26
27
[ ![ Latest Stable Version] ( https://poser.pugx.org/ongr/elasticsearch-bundle/v/stable )] ( https://packagist.org/packages/ongr/elasticsearch-bundle )
27
28
[ ![ Total Downloads] ( https://poser.pugx.org/ongr/elasticsearch-bundle/downloads )] ( https://packagist.org/packages/ongr/elasticsearch-bundle )
28
29
[ ![ 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 )
You can’t perform that action at this time.
0 commit comments