stp-statusboard/stp-statusboard-travis

Travis widget for stp-silex-statusboard

1.1.0 2017-07-03 12:47 UTC

This package is not auto-updated.

Last update: 2021-04-28 08:39:53 UTC


README

Config

-
  id: travisbranch
  provider: \StpBoard\Travis\TravisControllerProvider
  refresh: 30
  width: 4
  params:
    travis_url: https://api.travis-ci.org
    github_token: github-token
    repo: owner/repo-name
    branch: master
    type: branch
    redis_url: redis://login:pass@host:port # optional
-
  id: travispullrequests
  provider: \StpBoard\Travis\TravisControllerProvider
  refresh: 30
  width: 12
  params:
    travis_url: https://api.travis-ci.org
    github_token: github-token
    repo: owner/repo-name
    type: pullrequests
    limit: 3
    redis_url: redis://login:pass@host:port # optional