File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44** /.idea /dataSources.local.xml
55** /.idea /dictionaries
66/vendor /
7- .php_cs.cache
8- /tests-report-html /
7+ /.php_cs.cache
8+ /tests-report-html /
9+ /coverage.xml
Original file line number Diff line number Diff line change 11language : php
2+
23cache :
34 directories :
45 - $HOME/.composer
6+
57sudo : false
8+
69matrix :
710 fast_finish : true
811 include :
912 - php : ' 7.1'
1013 - php : ' 7.2'
1114 - php : ' 7.3'
15+
1216install :
1317 - travis_retry composer install --no-progress --no-interaction --prefer-dist
18+
1419script :
1520 - ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run -v --stop-on-violation
16- - ./vendor/bin/phpstan analyse -l 7 -c phpstan.neon src
17- - composer phpunit
21+ - ./vendor/bin/phpstan analyse -l 7 -c phpstan.neon src tests
22+ - ./vendor/bin/phpunit --coverage-clover=coverage.xml
23+
24+ after_success :
25+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/ddebin/atom-generator.svg?branch=master )] ( https://travis-ci.org/ddebin/atom-generator )
1+ ![ Travis (.org)] ( https://img.shields.io/travis/ddebin/atom-generator?logo=travis&style=for-the-badge )
2+ ![ Codecov] ( https://img.shields.io/codecov/c/github/ddebin/atom-generator?logo=codecov&style=for-the-badge )
3+ ![ PHP from Packagist] ( https://img.shields.io/packagist/php-v/ddebin/atom-generator?logo=php&style=for-the-badge )
4+ ![ Packagist Version] ( https://img.shields.io/packagist/v/ddebin/atom-generator?style=for-the-badge )
5+ ![ Packagist] ( https://img.shields.io/packagist/l/ddebin/atom-generator?style=for-the-badge )
26
37# Atom feed generator
48
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^7.1" ,
20+ "ext-dom" : " *" ,
21+ "ext-simplexml" : " *" ,
2022 "webmozart/assert" : " ^1.5"
2123 },
2224 "require-dev" : {
You can’t perform that action at this time.
0 commit comments