Update .travis.yml

This commit is contained in:
Dave Conway-Jones 2020-10-19 22:42:25 +01:00
parent ae75e7f7a8
commit eddeef9630
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ script:
# - istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
# - nyc --check-coverage --reporter=text --reporter=lcovonly --reporter=html grunt
# - nyc grunt && rm -rf coverage .nyc_output
- nyc grunt && nyc report --reporter=text-lcov | coverallss
- nyc grunt && nyc report --reporter=text-lcov | coveralls