【发布时间】:2016-06-27 15:40:35
【问题描述】:
我正在尝试将 Coverity 添加到我的 Travis CI 构建中,但由于某种原因,即使在遵循 instructions to enable Coverity 并生成 this .travis.yml file 之后,Coverity 状态似乎仍停留在“待定”状态。查看logs from Travis 似乎有几个错误:
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.
我不确定这是否是为什么服务卡在“待处理”状态,但它看起来很可疑。有没有办法解决这个问题?我错过了一个更大的问题吗?
【问题讨论】: