Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: remove pre-node 10 support (#86)
BREAKING CHANGE: Node 10 is LTS so please upgrade to it.
  • Loading branch information
jimthedev committed Jul 19, 2019
1 parent 6ed57bd commit 76588ad
Show file tree
Hide file tree
Showing 3 changed files with 2,490 additions and 2,010 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,10 +1,8 @@
language: node_js

node_js:
- 12
- 10
- 8
- 6
- 4

jobs:
include:
Expand Down

0 comments on commit 76588ad

Please sign in to comment.