Skip to content

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

License

Notifications You must be signed in to change notification settings

bjfish/travis-matrix-badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Using with travis-ci.com

If you're using travis-ci.com for Open Source project, you can set the query parameter use_travis_com to true to fetch the status from travis-ci.com instead of travis-ci.org.

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •