You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ki...@apache.org on 2018/10/21 15:49:16 UTC

[incubator-dubbo-ops] branch develop updated: add codecov

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

kimmking pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new e09ed95  add codecov
e09ed95 is described below

commit e09ed9521c4c403cf86e05989d6756b08257227c
Author: kimmking <ki...@163.com>
AuthorDate: Sun Oct 21 23:49:12 2018 +0800

    add codecov
    
    add codecov
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9e558eb..dba4c65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,6 @@ jdk:
     - oraclejdk8
 script:
     - travis_wait 30 mvn clean package
+
+after_success:
+  - bash <(curl -s https://codecov.io/bash)