Skip to content

Commit

Permalink
Merge pull request #816 from vieiralucas/drop-node-0.10
Browse files Browse the repository at this point in the history
Drop support of node v0.10
  • Loading branch information
meeber committed Nov 1, 2016
2 parents ed862ee + 298d442 commit 9e16c8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
addons:
sauce_connect: true
node_js:
- 0.10 # to be removed 2016-10-01
- 0.12 # to be removed 2016-12-31
- 4 # to be removed 2018-04-01
- 6 # to be removed 2019-04-01
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "make test"
},
"engines": {
"node": ">=0.10"
"node": ">=0.12"
},
"dependencies": {
"assertion-error": "^1.0.1",
Expand Down

0 comments on commit 9e16c8f

Please sign in to comment.