【发布时间】:2013-02-17 04:53:34
【问题描述】:
我正在编写一个我想在 Travis CI 上测试的工具。
我可以假设包
- 开发脚本
- debhelper
- 混帐核心
是否存在于我的测试将运行的 CI 环境中?
说实话,我实际上只需要 dch 和 git。
我just looked in thier cookbooks 那里似乎没有我需要的东西。
有什么方法可以在 CI 环境中获得我需要的东西吗?
I install the packages automatically through travis.yml 可以吗?
谢谢
【问题讨论】:
标签: git continuous-integration fixed travis-ci