Skip to content

Commit

Permalink
Drop nodejs 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 16, 2019
1 parent 7a1b4d8 commit 54ce790
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
- 8
- 10
- 12
script:
- npm run ci
cache:
Expand Down

0 comments on commit 54ce790

Please sign in to comment.