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 2018/08/28 11:22:27 UTC

[cordova-lib] branch master updated: Only upload coverage when tests succeed (#668)

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-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 3994b10  Only upload coverage when tests succeed (#668)
3994b10 is described below

commit 3994b100bb952a37f78c98255d56d42b91e1614d
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Tue Aug 28 13:22:25 2018 +0200

    Only upload coverage when tests succeed (#668)
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 74deef0..969022b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,4 +18,6 @@ install:
 
 script:
   - npm run cover
+
+after_success:
   - npm run report-coverage


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