From 4548f2c3b4703d2f0b835430ba976a80f1daab4c Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 3 Aug 2019 21:33:15 +0530 Subject: [PATCH] Change codecov command in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c2bdec..7675203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ notifications: email: false script: - npm run test - - $(npm bin)/codecov + - npx codecov