File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ script:
34
34
- phpunit --coverage-clover build/logs/clover.xml
35
35
36
36
after_success :
37
- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" && "$TRAVIS_PHP_VERSION" != "5.3" ]; then CODECLIMATE_REPO_TOKEN=fa42f567b7666793956a507e50d3a8b9bb833a9a1183cb543bedd2ea5cafb8be ./vendor/bin/test-reporter; fi;'
37
+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" AND "$TRAVIS_PHP_VERSION" != "5.3" ]; then CODECLIMATE_REPO_TOKEN=fa42f567b7666793956a507e50d3a8b9bb833a9a1183cb543bedd2ea5cafb8be ./vendor/bin/test-reporter; fi;'
Original file line number Diff line number Diff line change 1
1
# PHP QR Code Suite
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/markenwerk/php-qr-code-suite.svg?branch=master )] ( https://travis-ci.org/markenwerk/php-qr-code-suite )
4
+ [ ![ Test Coverage] ( https://codeclimate.com/github/markenwerk/php-qr-code-suite/badges/coverage.svg )] ( https://codeclimate.com/github/markenwerk/php-qr-code-suite/coverage )
4
5
[ ![ Code Climate] ( https://codeclimate.com/github/markenwerk/php-qr-code-suite/badges/gpa.svg )] ( https://codeclimate.com/github/markenwerk/php-qr-code-suite )
5
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/markenwerk/qr-code-suite/v/stable )] ( https://packagist.org/packages/markenwerk/qr-code-suite )
6
7
[ ![ Total Downloads] ( https://poser.pugx.org/markenwerk/qr-code-suite/downloads )] ( https://packagist.org/packages/markenwerk/qr-code-suite )
You can’t perform that action at this time.
0 commit comments