Merge pull request #3082 from ryysud/add-more-version-to-ci

Add Node.js v8 to Travis CI and AppVeyor
This commit is contained in:
Max Mikhailov
2017-07-08 16:16:14 +04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ cache:
directories:
- travis-phantomjs
node_js:
- "8"
- "6"
- "4"
- "0.12"

View File

@@ -5,6 +5,7 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
# Install scripts. (runs after repo cloning)
install: