Skip to content

Commit e3bac28

Browse files
committed
Testing configuration
1 parent d4915f0 commit e3bac28

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "5"

bot-test.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Package that helps using middleware with generators in node-telegram-bot-api",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "mocha tests.js"
88
},
99
"author": "",
1010
"license": "ISC",

0 commit comments

Comments
 (0)