and disable scrutinizer for now too
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
@@ -48,5 +48,5 @@ script:
|
|||||||
# - phpunit --configuration configuration.xml
|
# - phpunit --configuration configuration.xml
|
||||||
|
|
||||||
# Create coverage report
|
# Create coverage report
|
||||||
- sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
|
# - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
|
||||||
- sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
|
# - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
|
||||||
|
|||||||
Reference in New Issue
Block a user