elazar/travis-build-grid
Utility for rendering an HTML table of the last Travis CI
build results for multiple repositories and platform versions., (*1)
Demo, (*2)
Installation
Use Composer., (*3)
{
"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., (*4)
If you were to store your repository references in a file with one reference
per line, an invocation might look like this:, (*5)
./bin/travis-build-grid php $(< repos.txt) > grid.html
LICENSE
Released under the BSD License. See LICENSE., (*6)