Skip to content

Commit

Permalink
Run travis on Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
seppevs committed Apr 24, 2020
1 parent e8d5ca4 commit 1f8c17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,6 @@ node_js:
- "8"
- "10"
- "12"
- "14"
script: "npm run-script test-coverage"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 1f8c17a

Please sign in to comment.