Try Coveralls
This commit is contained in:
parent
04629e039b
commit
b077a3cda7
|
@ -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:
|
||||||
|
|
|
@ -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/" }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user