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

4 wiersze
113 B
JavaScript

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