diff --git a/.travis.yml b/.travis.yml index 84ca249..e63a09a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ before_script: - composer install after_script: - - vendor/bin/test-reporter + - vendor/bin/test-reporter --stdout > codeclimate.json + - "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports" notifications: webhooks: