Skip to content

Commit

Permalink
Test against latest Node 4 and 6
Browse files Browse the repository at this point in the history
Update .travis.yml to test against the latest Node release within
versions 4.x and 6.x (as well as 0.10 and 0.12 still).  Update
appveyor.yml to add Node 6 to the list of environments.
  • Loading branch information
abrobston committed Jun 1, 2016
1 parent e29f7de commit d6bd0e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "4.2.0"
- "4.0.0"
- "6"
- "4"
- "0.12"
- "0.10"
install:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -4,6 +4,7 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"

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

0 comments on commit d6bd0e9

Please sign in to comment.