diff --git a/.travis.yml b/.travis.yml index 10bd5ea7..e7d7f89c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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