You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/02/16 06:39:42 UTC

[rocketmq-exporter] branch master updated: Update .travis.yaml

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/master by this push:
     new 85cf905  Update .travis.yaml
85cf905 is described below

commit 85cf9058b9df3cc756562f59f3d27bd6efa9b8b0
Author: dinglei <li...@163.com>
AuthorDate: Wed Feb 16 14:39:34 2022 +0800

    Update .travis.yaml
---
 .travis.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yaml b/.travis.yaml
index 686026c..1c8ad51 100644
--- a/.travis.yaml
+++ b/.travis.yaml
@@ -17,4 +17,6 @@ before_install:
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi
 
 script:
-  - travis_retry mvn clean install
\ No newline at end of file
+  - travis_retry mvn clean install
+after_success:
+  - bash <(curl -s https://codecov.io/bash) -t 11a6acce-59a1-4586-9bf6-164878d045cf || echo 'Codecov failed to upload'