fayland / perl-Dist-Zilla-Plugin-GitHubREADME-Badge

Dist::Zilla - add badges to github README.md
Other
6 stars 10 forks source link

request: support travis-ci.com #34

Closed skaji closed 6 years ago

skaji commented 6 years ago

Now travis-ci.com supports the GitHub Checks API, which is available to open source projects. https://blog.travis-ci.com/2018-05-07-announcing-support-for-github-checks-api-on-travis-ci-com

It is nice if Dist-Zilla-Plugin-GitHubREADME-Badge also supports travis-ci.com badge. (eg: https://travis-ci.com/skaji/Archive-Unpack)

fayland commented 6 years ago

do you have a sample badge URL for travis-ci.com? thanks

skaji commented 6 years ago

Here is a sample

[![Build Status](https://travis-ci.com/skaji/Archive-Unpack.svg?branch=master)](https://travis-ci.com/skaji/Archive-Unpack)
fayland commented 6 years ago

Hello. I made a

badges = travis-ci.com

and uploaded 0.27 to PAUSE. let me know if any problem.

Thanks

skaji commented 6 years ago

@fayland Thanks!!!