Skip to content

Commit

Permalink
Merge pull request #27 from Turbo87/node-reqs
Browse files Browse the repository at this point in the history
Drop support for Node.js 4 and below
  • Loading branch information
Turbo87 committed Oct 13, 2018
2 parents 1716c7a + af9e25c commit decbcf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "8"
- "10"

env:
- ESLINT_VERSION=2
Expand All @@ -13,13 +12,13 @@ env:

matrix:
exclude:
- node_js: "0.10"
- node_js: "6"
env: ESLINT_VERSION=3
- node_js: "0.10"
- node_js: "6"
env: ESLINT_VERSION=4
- node_js: "0.12"
- node_js: "8"
env: ESLINT_VERSION=3
- node_js: "0.12"
- node_js: "8"
env: ESLINT_VERSION=4

install:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"espree": "^3.5.4",
"mocha": "^3.0.2"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"greenkeeper": {
"ignore": [
"eslint"
Expand Down

0 comments on commit decbcf4

Please sign in to comment.