From d87712feef0aeeaebc78131c560d2ef614d13171 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Thu, 17 May 2018 11:25:05 +0100 Subject: [PATCH] Show coverage report in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68421c5..92a9efe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: - "9.11.1" - "10.1.0" script: - - npm test + - npm run-script coverage - npm run-script lint notifications: webhooks: -- GitLab