Update .travis.yml

This commit is contained in:
Dave Conway-Jones 2020-10-19 22:30:36 +01:00
parent 43f7326c12
commit 789abedd96
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 3 additions and 2 deletions

View File

@ -27,5 +27,6 @@ before_script:
- npm install node-red
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=text grunt && rm -rf coverage
- nyc grunt && rm -rf coverage .nyc_output
# - nyc --check-coverage --reporter=text --reporter=lcovonly --reporter=html grunt
# - nyc grunt && rm -rf coverage .nyc_output
- nyc grunt && nyc report --reporter=text-lcov | coveralls && rm -rf coverage .nyc_output