2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 05:17:41 +00:00

pkg: Add support for Node v9

This commit is contained in:
GochoMugo 2017-11-16 21:03:18 +03:00
parent 6b21ca3570
commit 9cf36a3b20
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][Unreleased]
Added:
* Add support for Node.js v9