diff --git a/.travis.yml b/.travis.yml index ff285d0b08..08f4d164c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ script: - make test-babel after_success: - - ./node_modules/.bin/nyc report --reporter=lcov > coverage.lcov + - ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov - bash <(curl -s https://codecov.io/bash) notifications: