Skip to content

Commit

Permalink
chore: travis discontinue <= node@8
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Jun 6, 2020
1 parent e688651 commit ff3dee6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ cache:
- node_modules

node_js:
- 6
- 8
- node
- 10
- 12
- 14
#- node

script:
- npm run coveralls

0 comments on commit ff3dee6

Please sign in to comment.