elazar/travis-build-grid
Composer 安装命令:
composer require elazar/travis-build-grid
包简介
Utility for generating reports based on build results of multiple Travis CI projects
README 文档
README
Utility for rendering an HTML table of the last Travis CI build results for multiple repositories and platform versions.
Installation
Use Composer.
{
"require": {
"elazar/travis-build-grid": "1.*"
}
}
Usage
./bin/travis-build-grid php \
phergie/phergie-irc-bot-react \
phergie/phergie-irc-client-react \
...
Above, php corresponds to the key in your .travis.yml file that references
a list of platform versions. All the arguments that follow reference
repositories on Travis CI. The invocation will send the rendered HTML to stdout.
If you were to store your repository references in a file with one reference per line, an invocation might look like this:
./bin/travis-build-grid php $(< repos.txt) > grid.html
LICENSE
Released under the BSD License. See LICENSE.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2014-04-29