Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Nov 16, 2016
1 parent a0eeab4 commit ee54135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -2,9 +2,11 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"
- nodejs_version: "0.10"

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

0 comments on commit ee54135

Please sign in to comment.