Skip to content

Commit

Permalink
require node v4+.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Jun 16, 2017
1 parent 1be64e3 commit 29d23a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ node_js:
- 8
- 6
- 4
- '0.12'
- '0.10'
matrix:
fast_finish: true
env:
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ environment:
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
- nodejs_version: '0.12'
- nodejs_version: '0.10'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lib"
],
"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
},
"scripts": {
"test": "mocha --reporter dot",
Expand Down

0 comments on commit 29d23a8

Please sign in to comment.