This is an automated email from the ASF dual-hosted git repository.
vongosling 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 d521fc0 Update .travis.yml
d521fc0 is described below
commit d521fc07e38854bf42b90d071a39ab946d3513d4
Author: von gosling <[email protected]>
AuthorDate: Wed Aug 25 18:12:48 2021 +0800
Update .travis.yml
---
.travis.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c421385..5ac6d22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,4 @@ jdk:
script:
- travis_retry mvn -B clean apache-rat:check
- - travis_retry mvn -B clean install jacoco:report
-
-after_success:
- - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
+ - travis_retry mvn -B clean install jacoco:report coveralls:report