2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 22:35:38 +00:00

pkg: Add support for Node v7, v8

This commit is contained in:
GochoMugo
2017-08-06 12:28:53 +03:00
parent 5f7d306f60
commit 832bf78c94

View File

@@ -1,5 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "8"
- "7"
- "6" - "6"
- "5" - "5"
- "4" - "4"