mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Update .travis.yml
This commit is contained in:
parent
43f7326c12
commit
789abedd96
@ -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
|
Loading…
Reference in New Issue
Block a user