add travis

This commit is contained in:
2016-02-18 22:26:18 +01:00
parent e7b0b77987
commit 5762561e5a
23 changed files with 189 additions and 137 deletions

View File

@@ -2,7 +2,7 @@
"name": "taskbuffer",
"version": "0.0.0",
"description": "manage triggers and execution of tasks with promises",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
@@ -23,7 +23,8 @@
},
"homepage": "https://github.com/pushrocks/taskbuffer#readme",
"dependencies": {
"npmts": "^2.2.3",
"beautylog": "^2.1.1",
"npmts": "^3.0.2",
"q": "^1.4.1"
},
"devDependencies": {