Skip to content

Commit

Permalink
Add node 9 to supported node engines
Browse files Browse the repository at this point in the history
Updated travis and appveyor config to test against node 9
  • Loading branch information
dyniper authored and Arthur Carre committed Nov 27, 2018
1 parent 82a600d commit dd1a09e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "6"
- "8"
- "9"
- "10"

script: npm test
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"mocha": "^5.2.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "6.* || 8.* || 9.* || >= 10.*"
}
}

0 comments on commit dd1a09e

Please sign in to comment.