badgen.net/libs/redirect-fns/travis-org.js

4 wiersze
113 B
JavaScript

module.exports = function (...args) {
return `https://api.travis-ci.org/${args.join('/')}.svg?branch=master`
}