Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scribu/travis-stats
Travis CI build charts
https://github.com/scribu/travis-stats
chart travis-ci
Last synced: about 2 months ago
JSON representation
Travis CI build charts
- Host: GitHub
- URL: https://github.com/scribu/travis-stats
- Owner: scribu
- License: agpl-3.0
- Created: 2014-04-10T11:28:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T09:01:39.000Z (about 5 years ago)
- Last Synced: 2024-10-18T15:53:45.210Z (3 months ago)
- Topics: chart, travis-ci
- Language: JavaScript
- Homepage: http://scribu.github.io/travis-stats/
- Size: 146 KB
- Stars: 44
- Watchers: 2
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
travis-stats
============Charts for [Travis CI](http://travis-ci.org/).
Demo:
Blog post:
### Private repositories
If you want to show charts for private repositories, you'll have to host the files yourself.
Add a `config.json` file in the root directory, with an [API token](https://docs.travis-ci.com/api/#authentication):
```json
{
"travis_api_token": "YOUR TOKEN",
"travis_api_endpoint": "api.travis-ci.org",
"travis_endpoint": "travis-ci.org"
}
```**Important:** To avoid getting your API token stolen, configure your server to require basic auth before serving both `index.html` and `config.json`.