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

View File

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