Skip to content

Commit

Permalink
Merge pull request #430 from mckramer/node-versions
Browse files Browse the repository at this point in the history
Drop support for EOL versions + test against current LTS
  • Loading branch information
Leonidas-from-XIV committed Mar 12, 2018
2 parents f8a4d69 + 36f8667 commit e8540dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js

node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- iojs
- "4"
- "6"
- "8"
- "9"

after_success: npm run coveralls

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
"nyc": ">=2.2.1",
"zap": ">=0.2.9"
},
"engines" : {
"node" : ">=4.0.0"
},
"license": "MIT"
}

0 comments on commit e8540dc

Please sign in to comment.