Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/travis-ci-badge-per-job
Travis-ci status badge per job in a matrix
https://github.com/sanusart/travis-ci-badge-per-job
badge travis-ci
Last synced: about 1 month ago
JSON representation
Travis-ci status badge per job in a matrix
- Host: GitHub
- URL: https://github.com/sanusart/travis-ci-badge-per-job
- Owner: sanusart
- License: mit
- Created: 2018-07-06T23:47:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T19:45:47.000Z (over 6 years ago)
- Last Synced: 2024-10-30T06:27:26.928Z (3 months ago)
- Topics: badge, travis-ci
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Travis-ci status badge per job in a matrix
> Travis-ci status badge per job in a matrix using https://shields.io/ underneath
## Usage
Example of travis-ci a build matrix configured for 2 builds:
```
...matrix:
include:
- os: osx
osx_image: xcode9.3
language: node_js
node_js: "10"- os: linux
services: docker
language: generic...
```![OSX%20build](https://travis-badge-per-job.herokuapp.com/?repo=Gisto/Gisto&job=1&style=flat-square&label=OSX%20build) - produced by `https://travis-badge-per-job.herokuapp.com/?repo=Gisto/Gisto&job=1&style=flat-square&label=OSX%20build`
![Linux%20build](https://travis-badge-per-job.herokuapp.com/?repo=Gisto/Gisto&job=2&style=flat-square&label=Linux%20build) - produced by `https://travis-badge-per-job.herokuapp.com/?repo=Gisto/Gisto&job=2&style=flat-square&label=Linux%20build`## Params
**repo** - github repository in format of `Owner/Name`
**job** - job number in travis-ci
**style** - button style in https://shields.io/#styles format
**label** - label for the left part of the badge
---
Deploy to your own heroku if you wish:
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## License
[MIT](https://github.com/sanusart/travis-badge-per-job/blob/master/LICENSE)