2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 14:25:57 +00:00

test: Run tests on Node.js v10, v12

This commit is contained in:
GochoMugo
2019-05-07 16:25:27 +03:00
parent 0b8ca03b54
commit a0aa87329f

View File

@@ -1,5 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "12"
- "10"
- "9" - "9"
- "8" - "8"
- "7" - "7"