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 ddbbf6f commit 1539706Copy full SHA for 1539706
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- "8"
4
script:
5
- - npm install -g coveralls
+ - npm install --no-optional -g coveralls
6
- nyc npm test && nyc report --reporter=text-lcov > coverage.lcov
7
after_success:
8
- cat coverage.lcov | coveralls
0 commit comments