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 413ff29 Update .travis.yml
413ff29 is described below
commit 413ff296d9b954e720728590c5d97bba31aea9e6
Author: von gosling <[email protected]>
AuthorDate: Thu Aug 26 14:35:57 2021 +0800
Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 5ac6d22..820f044 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,5 +22,5 @@ jdk:
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use
"$CUSTOM_JDK"; fi
script:
- - travis_retry mvn -B clean apache-rat:check
+ - travis_retry mvn -B clean apache-rat:check -debug
- travis_retry mvn -B clean install jacoco:report coveralls:report