2017 © Pedro Peláez
 

library travis-build-grid

Utility for generating reports based on build results of multiple Travis CI projects

image

elazar/travis-build-grid

Utility for generating reports based on build results of multiple Travis CI projects

  • Tuesday, April 29, 2014
  • by elazar
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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)

The Versions

29/04 2014

dev-master

9999999-dev

Utility for generating reports based on build results of multiple Travis CI projects

  Sources   Download

BSD-2-Clause

The Requires

 

29/04 2014

1.0.0

1.0.0.0

Utility for generating reports based on build results of multiple Travis CI projects

  Sources   Download

BSD-2-Clause

The Requires