如何在 Travis 中使用 Clickhouse

How to use Clickhouse with Travis

我想将 travis 添加到我的存储库,我使用 clickhouse 作为数据库,通常我可以添加 postgresql 和其他类似的,

services: 
  - postgresql

所以我在 Travis 的文档中搜索了 clickhouse,但我在指南中找不到任何内容,但它也说

This guide covers setting up the most popular databases and other services in the Travis CI environment.

那么有什么解决方法吗?或者我应该 运行 和 Docker?

我手动尝试过,我发现 Travis 支持 clickhouse,下面的方法对我很有效。

services:
  - clickhouse