File tree Expand file tree Collapse file tree 3 files changed +6
-35
lines changed Expand file tree Collapse file tree 3 files changed +6
-35
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis-ci
2
+ coverage_clover : coverage.xml
3
+ json_path : coverage.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ install:
20
20
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard temp/ecs; fi
21
21
22
22
script :
23
- - vendor/bin/phpunit --coverage-clover=coverage.clover -v
23
+ - vendor/bin/phpunit --coverage-clover=coverage.xml -v
24
24
# coding style
25
25
- if [[ $STATIC_ANALYSIS != "" ]]; then temp/ecs/bin/ecs check src tests; fi
26
26
27
27
after_script :
28
- - wget https://scrutinizer-ci .com/ocular. phar
29
- - php ocular .phar code-coverage:upload --format=php-clover coverage.clover
28
+ - wget https://github .com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls. phar;
29
+ - php coveralls .phar --verbose;
30
30
31
31
notifications :
32
32
irc : " irc.freenode.org#phpdocumentor"
You can’t perform that action at this time.
0 commit comments