Skip to content

Commit

Permalink
Merge 3ee5f48 into 7e9ee4a
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 7, 2019
2 parents 7e9ee4a + 3ee5f48 commit 5ea81cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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": "6" } }
"env", { "targets": { "node": "10" } }
]
],
"env": {
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
notifications:
email: false
after_success:
Expand Down

0 comments on commit 5ea81cc

Please sign in to comment.