Skip to content

Commit

Permalink
fix: add Node v6 support (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 9, 2018
1 parent 5ae42c7 commit 04dcaee
Show file tree
Hide file tree
Showing 2 changed files with 2 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": "6"
}
}
]
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- node
- 8
- 6
script:
- npm run lint
- npm run test
Expand Down

0 comments on commit 04dcaee

Please sign in to comment.