2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-30 13:58:27 +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
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"