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