Skip to content

Commit

Permalink
Drop node 6; add 12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 14, 2019
1 parent 314bbb0 commit 55bd925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js

node_js:
- 6
- 8
- 10
- 12

after_success: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"ttl"
],
"engines": {
"node": ">=6"
"node": ">=8"
}
}

0 comments on commit 55bd925

Please sign in to comment.