You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/11 12:37:59 UTC

[cordova-common] branch master updated: ci(travis): run codecov using npx in after_success (#106)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new ed041ac  ci(travis): run codecov using npx in after_success (#106)
ed041ac is described below

commit ed041ac1e93f9359021589111b4a36e9c9b76a52
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Mon Nov 11 13:37:54 2019 +0100

    ci(travis): run codecov using npx in after_success (#106)
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index af50820..3f32cbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,10 @@ node_js:
 
 install:
   - npm install
-  - npm install -g codecov
 
 script:
   - npm test
   - npm run cover
 
-after_script:
-  - codecov
+after_success:
+  - npx codecov


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org