2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-22 09:57:10 +00:00

test: Disable tests on Node.js v0.12

References:

  * BR: https://github.com/yagop/node-telegram-bot-api/issues/365
This commit is contained in:
GochoMugo 2017-12-05 13:18:11 +03:00
parent b1f0ebaf17
commit fb1f4344b3
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -6,7 +6,7 @@ node_js:
- "6"
- "5"
- "4"
- "0.12"
# - "0.12"
after_success:
- bash <(curl -s https://codecov.io/bash)
cache: