2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-09-01 14:55:14 +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
2 changed files with 4 additions and 0 deletions

View File

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

View File

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