added travis

This commit is contained in:
Phil Kunz
2015-10-21 17:04:22 +02:00
parent 2e63f78c3a
commit 4c1f094c95
5 changed files with 23 additions and 19 deletions

View File

@@ -1,14 +1,9 @@
/// <reference path="typings/tsd.d.ts" />
var path, through;
var path = require("path");
var open = require("open");
through = require("through2");
path = require("path");
var smarturl:any = {};
module.exports = (jadeTemplate,mojo = undefined) => {
return through.obj((file, enc, cb) => {
//run callback function to signal end of plugin process.
return cb(null, file);
});
};
module.exports = smarturl;