From f4b8b85f114fb5fb99f1d643825460d58daede3b Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 12 Jul 2016 22:34:43 +0200 Subject: [PATCH] Use correct coverage reporter --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: