diff --git a/.travis.yml b/.travis.yml index 2350eb13..627f909f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + # - 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 \ No newline at end of file