Skip to content

Commit

Permalink
Update .travis.yml and appveyor.yml to test Node 4, 6, and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Jul 27, 2017
1 parent 2bee9d7 commit 2f68731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "node"
- 4
- 6
- 8
script: npm test
sudo: false
4 changes: 3 additions & 1 deletion appveyor.yml
@@ -1,7 +1,9 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "6.0"
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 2f68731

Please sign in to comment.