Skip to content

Commit

Permalink
Remove active support for outdated versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed Jan 9, 2017
1 parent 7ad1534 commit 41d95fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
node_js:
- "0.10" # from 2013-03 maintenance till 2016-10
- "0.12" # from 2015-02 maintenance till 2017-04
- "4" # LTS from 2015-10 maintenance till 2018-04
- "6" # LTS from 2016-10 maintenance till 2019-04
# - "7" # devel from 2016-10
- "7" # devel till 2017-08
# - "8" # LTS from 2017-10 maintenance till 2020-04

# coveralls integration
after_success:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10"
"node": ">=4"
},
"os": []
}
}

0 comments on commit 41d95fc

Please sign in to comment.