/travis-matrix-badges

A small utility to produce a build status image for travis matrix jobs

Primary LanguageJavaScriptMIT LicenseMIT

Travis Matrix Build Badges

A small web server to produce a badge of the builds statuses in a Travis Matrix build.

URL Format

Replace the following parameters

https://travis-matrix-badges.herokuapp.com/repos/${repo_owner}/${repo_name}/branches/${branch}

Static Example

Build Status

Live Example

[![Build Status](https://travis-matrix-badges.herokuapp.com/repos/bjfish/grails-ci-build-matrix-example/branches/master)](https://travis-ci.org/bjfish/grails-ci-build-matrix-example)

Build Status

Badge-Per-Job

Another option would be to specify a badge per job:

https://travis-matrix-badges.herokuapp.com/repos/${repo_owner}/${repo_name}/branches/${branch}/${job_number}

Live example:

Build1 Build2 Build3 Build4
Build1 Build2 Build3 Build4