Skip to content

Commit

Permalink
fix: updated travisCI config: use Focal dist and include node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
snrmwg committed Jan 19, 2021
1 parent 5d56016 commit 6cb24bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
dist: focal
language: node_js
node_js:
- 10
- 12
- 14
script:
- npm run test-coverage
after_success:
Expand Down

0 comments on commit 6cb24bd

Please sign in to comment.