Skip to content

jliuhtonen/travis-branch-radiator

Repository files navigation

Travis branch radiator

Travis branch build status radiator/dashboard.

  • Shows the status for the latest build per existing branch on GitHub up to 25 branches for all specified repositories
  • You can use the hosted version or host the static files yourself
  • Works with public and private Travis
  • Does not send your API key anywhere except the Travis API through HTTPS
  • Works in the browser, no backend required
  • Saves the configuration in local storage
  • Built with Elm
  • License: MIT

Developing

  • npm install
  • Write code
  • npm run build
  • Test code
  • Push to GitHub
  • Plz send pull request