File tree Expand file tree Collapse file tree 5 files changed +4
-30
lines changed Expand file tree Collapse file tree 5 files changed +4
-30
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11sudo : false
22language : php
33php :
4- - 7.2
4+ - 7.3
55
66notifications :
77 email : false
@@ -11,4 +11,4 @@ install:
1111script :
1212 - ./vendor/bin/phpunit --configuration Tests/phpunit.xml
1313after_script :
14- - ./.codeclimate.sh
14+ - travis_retry ./vendor/bin/php-coveralls
Original file line number Diff line number Diff line change 11# PHP Source Query
22
33[ ![ Build Status] ( https://img.shields.io/travis/com/xPaw/PHP-Source-Query.svg )] ( https://travis-ci.com/xPaw/PHP-Source-Query )
4- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/24858a13b82113ad3092/test_coverage )] ( https://codeclimate.com /github/xPaw/PHP-Source-Query/test_coverage )
4+ [ ![ Test Coverage] ( https://img.shields.io/coveralls/github/xPaw/PHP-Source-Query/master.svg )] ( https://coveralls.io /github/xPaw/PHP-Source-Query )
55[ ![ Packagist Downloads] ( https://img.shields.io/packagist/dt/xpaw/php-source-query-class.svg )] ( https://packagist.org/packages/xpaw/php-source-query-class )
66[ ![ Packagist Version] ( https://img.shields.io/packagist/v/xpaw/php-source-query-class.svg )] ( https://packagist.org/packages/xpaw/php-source-query-class )
77
Original file line number Diff line number Diff line change 3030 "require-dev" :
3131 {
3232 "phpunit/phpunit" : " ^6.0" ,
33- "codeclimate /php-test-reporter " : " dev-master "
33+ "php-coveralls /php-coveralls " : " ^2.1 "
3434 },
3535 "autoload" :
3636 {
You can’t perform that action at this time.
0 commit comments