Skip to content

Commit

Permalink
Only support node v4.2.0 LTS and recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Nov 1, 2016
1 parent f1190b9 commit fd469a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
sudo: false
language: node_js
node_js:
- "iojs"
- "0.10"
- "0.12"
- "4.0.0"
- "4.2.0"
- "6.9.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"should": "^8.0.2"
},
"engines": {
"node": ">= 0.9.0"
"node": ">= 4.2.0"
},
"scripts": {
"test": "mocha --reporter spec"
Expand Down

0 comments on commit fd469a9

Please sign in to comment.