Skip to content

Commit

Permalink
Merge pull request #48 from ahmadnassri/greenkeeper/remove-node-0.10
Browse files Browse the repository at this point in the history
馃懟馃槺 Node.js 0.10 is unmaintained 馃槺馃懟
  • Loading branch information
Ahmad Nassri committed Nov 1, 2016
2 parents 9da8997 + 4b567d9 commit a7db19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ sudo: false
language: node_js

node_js:
- iojs
- 0.10
- 0.12
- 4
- 6

after_script:
- npm run coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"plugin"
],
"engines": {
"node": ">=0.10"
"node": ">= 4"
},
"files": [
"lib"
Expand Down

0 comments on commit a7db19f

Please sign in to comment.