travis integration

This commit is contained in:
2016-04-03 22:16:56 +05:30
parent e06574a242
commit 3ae6056493
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "4.2"
+3 -1
View File
@@ -20,5 +20,7 @@
"async": "~1.2.1"
},
"devDependencies": {},
"scripts": {}
"scripts": {
"test": "mocha"
}
}