Skip to content

Commit

Permalink
Update appveyor and travis files with supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw committed Apr 15, 2019
1 parent f903d43 commit 70e405a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
language: node_js

node_js:
- "4"
- "6"
- "8"
- "10"
- "node"

branches:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

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

0 comments on commit 70e405a

Please sign in to comment.