I'm trying to add Coverity to my Travis CI builds, but for some reason, even after following the instructions to enable Coverity, producing this .travis.yml file, the Coverity status seems to be stuck in "pending". Looking at the logs from Travis it appears to have an several errors:
Downloading Coverity Scan Analysis Tool...
ERROR: The certificate of ‘scan.coverity.com’ is not trusted.
ERROR: The certificate of ‘scan.coverity.com’ hasn't got a known issuer.
I'm not sure if this is why the service is stuck in "pending", but it looks suspicious. Is there some way to fix this? Am I missing a bigger problem?
