2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 21:37:58 +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
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

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