Skip to content

Commit

Permalink
drop support for Node.js 0.10 and 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 20, 2016
1 parent fbb1668 commit c9b9b84
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
@@ -1,8 +1,7 @@
language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
before_install:
- npm i -g npm
after_success: npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava",
Expand Down

0 comments on commit c9b9b84

Please sign in to comment.