Skip to content

Commit

Permalink
fix: add Node v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 9, 2018
1 parent 201c60e commit b4773e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/env",
{
"targets": {
"node": "current"
"node": "4"
}
}
]
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- node
- 8
- 6
- 4
script:
- npm run lint
- npm run test
Expand Down

0 comments on commit b4773e9

Please sign in to comment.