fix: add node 8 to build

This commit is contained in:
iCrawl
2018-02-17 18:11:28 +01:00
parent a7b46be923
commit da14e33ff7
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ language: node_js
node_js:
- "6"
- "7"
- "8"
cache:
directories:
- node_modules