Try Coveralls

This commit is contained in:
Gregory Oschwald 2013-05-20 12:42:18 -07:00
parent 04629e039b
commit b077a3cda7
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@ php:
before_install: before_install:
- composer self-update - composer self-update
- composer install - composer install --dev --no-interaction
- pyrus install pear/PHP_CodeSniffer - pyrus install pear/PHP_CodeSniffer
- phpenv rehash - phpenv rehash
@ -15,6 +15,9 @@ script:
- phpcs --standard=PSR2 src/ - phpcs --standard=PSR2 src/
- phpunit - phpunit
after_script:
- php vendor/bin/coveralls
notifications: notifications:
email: email:
recipients: recipients:

View File

@ -17,7 +17,8 @@
"php": ">=5.3.1" "php": ">=5.3.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*" "phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
}, },
"autoload": { "autoload": {
"psr-0": { "GeoIP2": "src/" } "psr-0": { "GeoIP2": "src/" }