From 3bb82974cc7b95dcee9c1e061c1d31b5483d670b Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 15 Jan 2015 00:33:18 -0500 Subject: [PATCH] codeclimate seems to have a self-signed ssl, which causes errors in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: