codeclimate seems to have a self-signed ssl, which causes errors in travis

This commit is contained in:
Ahmad Nassri
2015-01-15 00:33:18 -05:00
parent 3eb8536d3d
commit 3bb82974cc

View File

@@ -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: