Closed skaji closed 5 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
This PR adds support for travis-ci.com badge to Minilla; it introduces explicit keywords travis-ci.com and travis-ci.org for badges in minil.toml. That is,
travis-ci.com
travis-ci.org
badges
badges = ['travis-ci.com']
badges = ['travis-ci.org']
Note that for backward compatibility, travis keyword still means travis-ci.org.
travis
Hi, I have same problem now. Can I have the status of this pull request?
@shogo82148 Released a new version to CPAN https://metacpan.org/release/SKAJI/Minilla-v3.1.4
thanks!!
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
This PR adds support for travis-ci.com badge to Minilla; it introduces explicit keywords
travis-ci.com
andtravis-ci.org
forbadges
in minil.toml. That is,badges = ['travis-ci.com']
generates travis-ci.com badgebadges = ['travis-ci.org']
generates travis-ci.org badgeNote that for backward compatibility,
travis
keyword still means travis-ci.org.