From 5ad40ad5859d4a3ef9cf4ec2490c17fe32aa96f8 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Thu, 24 Dec 2020 21:01:18 -0600 Subject: [PATCH] fix: reduce coverage threshold --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbcf134..40efc36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ script: - npm run test - nyc --silent npm run test - nyc report --reporter=text-lcov | coveralls - - nyc check-coverage --lines 60 + - nyc check-coverage --lines 30 after_success: - NODE_ENV=production npm run build - semantic-release