sclorg / rpm-list-builder

RPM List Builder helps you to build a list of defined RPM packages including Software Collection from the recipe file
GNU General Public License v2.0
4 stars 8 forks source link

Adding Travis Build status badge to README #43

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

I want to add Travis Build status badge image to README.md like below site. Because Seeing Travis page easily looks good to maintain this package.

https://github.com/kennethreitz/pipenv build passing

How do you think?

khardix commented 7 years ago

I'm definitely for it, since the badge is also quick link to the travis itself.

I recommend checking https://shields.io/, where you can find links to various badges.

junaruga commented 7 years ago

Thanks. The URL a great references. I am good enough to use only Travis right now.

I am interested in Code Climate (main feature and coverage feature) badges personally But I want to try to use those by my repository, because I do not know if it is good or not.