Skip to content

Commit

Permalink
Remove support for nodejs 4 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Mar 2, 2018
1 parent cb475df commit 6674ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"env", { "targets": { "node": "4" } }
"env", { "targets": { "node": "6" } }
]
],
"env": {
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
notifications:
email: false
Expand Down

0 comments on commit 6674ee3

Please sign in to comment.