Skip to content

Commit

Permalink
Test on more modern versions of nodejs
Browse files Browse the repository at this point in the history
Drop support for 0.10 and 0.12.
  • Loading branch information
rjmunro committed May 2, 2018
1 parent 5f45ed7 commit 1f848db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
sudo: false
after_success:
- "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 @@ -32,7 +32,7 @@
"prepare-commit-msg"
],
"engines": {
"node": ">=0.8.x"
"node": ">=4"
},
"engine-strict": true,
"scripts": {
Expand Down

0 comments on commit 1f848db

Please sign in to comment.