Skip to content

Commit

Permalink
Merge pull request #18 from Turbo87/node-4
Browse files Browse the repository at this point in the history
Drop Node 4 support
  • Loading branch information
Turbo87 committed Dec 17, 2018
2 parents c5d19ec + f6d3492 commit bcdd4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"

cache:
yarn: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,6 +30,6 @@
"rsvp": "^4.7.0"
},
"engines": {
"node": ">= 4"
"node": "6.* || 8.* || >= 10.*"
}
}

0 comments on commit bcdd4c9

Please sign in to comment.