Skip to content

Commit 0ea976a

Browse files
committed
1 parent e3247b3 commit 0ea976a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ script:
2727

2828
after_script:
2929
- vendor/bin/coveralls -v
30-
- vendor/bin/test-reporter
30+
- vendor/bin/test-reporter --stdout > codeclimate.json
31+
- curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v1.0.1-dev)' https://codeclimate.com/test_reports

0 commit comments

Comments
 (0)