mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-30 22:05:28 +00:00
Multiple NodeJS and io.js versions for travis
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.12"
|
||||||
|
- "0.11"
|
||||||
|
- "0.10"
|
||||||
|
- "0.8"
|
||||||
|
- "0.6"
|
||||||
|
- "iojs"
|
||||||
|
- "iojs-v1.0.4"
|
||||||
after_success:
|
after_success:
|
||||||
- npm run test-cov
|
- npm run test-cov
|
||||||
|
Reference in New Issue
Block a user