Skip to content

Commit

Permalink
add NodeJS-v14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 2, 2020
1 parent f4a3d49 commit d7eb57c
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
Expand Up @@ -7,3 +7,5 @@ matrix:
script: "npm test"
- node_js: "12"
script: "npm run travis"
- node_js: "14"
script: "npm test"

0 comments on commit d7eb57c

Please sign in to comment.