Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolobrasolin/aspis--travis-ci
https://github.com/paolobrasolin/aspis--travis-ci
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paolobrasolin/aspis--travis-ci
- Owner: paolobrasolin
- License: mit
- Created: 2018-03-24T11:24:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T21:32:34.000Z (over 6 years ago)
- Last Synced: 2024-11-06T00:43:04.364Z (about 2 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aspis
This is a proof of concept to automate custom dynamic shields generation during a Travis CI job.
You should see the Travis CI shield here:
[![Build Status](https://travis-ci.org/paolobrasolin/aspis.svg?branch=master)](https://travis-ci.org/paolobrasolin/aspis)
You should see all custom dynamic shields generated during the last build here:
![Last build](https://img.shields.io/badge/dynamic/json.svg?uri=https%3A%2F%2Fgist.githubusercontent.com%2Fpaolobrasolin%2F746544dafb710a34094d8ad6e0ef9820%2Fraw%2Faspis.json&query=%24.timestamp&label=Last%20build)
![Random number](https://img.shields.io/badge/dynamic/json.svg?uri=https%3A%2F%2Fgist.githubusercontent.com%2Fpaolobrasolin%2F746544dafb710a34094d8ad6e0ef9820%2Fraw%2Faspis.json&query=%24.rnd_int&label=Random%20number)Data is written to and read from:
![GIST](https://img.shields.io/badge/dynamic/json.svg?uri=https%3A%2F%2Fgist.githubusercontent.com%2Fpaolobrasolin%2F746544dafb710a34094d8ad6e0ef9820%2Fraw%2Faspis.json&query=%24.gist_id&label=GIST)