$ npm install stringify-travis-urlGenerate a Travis CI URL from a list of arguments or an object.
npm i stringify-travis-url --save
var travis = require('stringify-travis-url');
travis('jonschlinkert', 'micromatch');
//=> 'https://travis-ci.org/jonschlinkert/micromatch'
Install dev dependencies.
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb-cli on March 14, 2015.