File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ script:
54
54
# # PHPDocumentor
55
55
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpdoc -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig" ; fi
56
56
57
- after_script :
58
- # # Scrutinizer
59
- - if [ -n "$COVERAGE" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml ; fi
57
+ after_success :
58
+ # # Coveralls
59
+ - if [ -z "$COVERAGE" ]; then travis_retry php vendor/bin/ php-coveralls -v ; fi
Original file line number Diff line number Diff line change 61
61
"php" : " ^5.3.3 || ^7.0" ,
62
62
"ext-xml" : " *" ,
63
63
"zendframework/zend-escaper" : " ^2.2" ,
64
- "phpoffice/common" : " ^0.2"
64
+ "phpoffice/common" : " ^0.2" ,
65
+ "php-coveralls/php-coveralls" : " 1.1.0"
65
66
},
66
67
"require-dev" : {
67
68
"phpunit/phpunit" : " ^4.8.36 || ^5.0" ,
You can’t perform that action at this time.
0 commit comments