ci: add node 8 and 9 for testing

This commit is contained in:
Roman Shtylman
2018-04-02 21:41:47 -07:00
parent 86deca52f2
commit 610484b9d7

View File

@@ -2,3 +2,5 @@ language: node_js
node_js: node_js:
- "4" - "4"
- "6" - "6"
- "8"
- "9"