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:
3434 - phpunit --coverage-clover build/logs/clover.xml
3535
3636after_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 11# PHP QR Code Suite
22
33[ ![ 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 )
45[ ![ Code Climate] ( https://codeclimate.com/github/markenwerk/php-qr-code-suite/badges/gpa.svg )] ( https://codeclimate.com/github/markenwerk/php-qr-code-suite )
56[ ![ Latest Stable Version] ( https://poser.pugx.org/markenwerk/qr-code-suite/v/stable )] ( https://packagist.org/packages/markenwerk/qr-code-suite )
67[ ![ 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