Skip to content

Commit 3b8032b

Browse files
committed
Also publish our clover log to codeclimate
1 parent b89edfa commit 3b8032b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ after_script:
1313
- mkdir -p build/logs
1414
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1515
- php vendor/bin/coveralls -v
16+
- php vendor/bin/test-reporter

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"opensoft/rollout": "^2.2"
1919
},
2020
"require-dev": {
21+
"codeclimate/php-test-reporter": "^0.4.4",
2122
"illuminate/container": "^5.3|^5.4",
2223
"mockery/mockery": "^0.9.9",
2324
"orchestra/testbench": "^3.4",

0 commit comments

Comments
 (0)