We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1539706 commit 38e45d6Copy full SHA for 38e45d6
.travis.yml
@@ -1,8 +1,8 @@
1
language: node_js
2
node_js:
3
- - "8"
+ - "16"
4
script:
5
- - npm install --no-optional -g coveralls
+ - npm install -g coveralls
6
- nyc npm test && nyc report --reporter=text-lcov > coverage.lcov
7
after_success:
8
- cat coverage.lcov | coveralls
0 commit comments