This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-flink.git
The following commit(s) were added to refs/heads/main by this push:
new 1764058 Update .travis.yml
1764058 is described below
commit 1764058d813de34c83c38ab69dc4f9fb81f8654b
Author: dinglei <[email protected]>
AuthorDate: Tue Aug 23 11:38:26 2022 +0800
Update .travis.yml
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 820f044..17624ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,6 @@ jdk:
script:
- travis_retry mvn -B clean apache-rat:check -debug
- travis_retry mvn -B clean install jacoco:report coveralls:report
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'