Skip to content

Commit

Permalink
chore: drop node 6 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored and tomap committed Jul 11, 2019
1 parent 4b32f7c commit a3a3730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ sudo: false
cache: false

node_js:
- "6"
- "8"
- "10"
- "node"

script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"mocha": "^6.0.2"
},
"engines": {
"node": ">=6.9.0"
"node": ">=8.6.0"
}
}

0 comments on commit a3a3730

Please sign in to comment.