File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ before_script:
1717
1818script :
1919 - mkdir -p build/logs
20- - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml tests
21- - ls -l build/logs
22- - cat build/logs/clover.xml
20+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml tests
2321
2422after_success :
2523 - travis_retry php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/miladrahimi/phprouter.svg?branch=master )] ( https://travis-ci.org/miladrahimi/phprouter )
2- [ ![ Coverage Status] ( https://coveralls.io/repos/github/miladrahimi/phprouter/badge.svg ?branch=master )] ( https://coveralls.io/github/miladrahimi/phprouter?branch=master )
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/miladrahimi/phprouter/badge.png ?branch=master )] ( https://coveralls.io/github/miladrahimi/phprouter?branch=master )
33
44# PhpRouter
55PhpRouter is a powerful and standalone URL router for PHP projects.
You can’t perform that action at this time.
0 commit comments