Skip to content

Commit

Permalink
Set support version of node.js explicitly as 6, 8, 9. (#28)
Browse files Browse the repository at this point in the history
* Add LTS (8) to test target of travis

* Add setting to that supported version of node is v6 or later
  • Loading branch information
segayuu authored and NoahDragon committed Mar 29, 2018
1 parent da449e6 commit b6442e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:

node_js:
- "6"
- "8"
- "node"

script:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
"proxyquire": "^1.7.9",
"rewire": "^2.5.1",
"sinon": "^1.17.4"
},
"engines": {
"node": ">=6.9.0"
}
}

0 comments on commit b6442e6

Please sign in to comment.