codeclimate seems to have a self-signed ssl, which causes errors in travis
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user