This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8318eea Update .travis.yml
8318eea is described below
commit 8318eea6a2f6142a80890de546b82037e3896e91
Author: von gosling <[email protected]>
AuthorDate: Fri Aug 13 18:47:37 2021 +0800
Update .travis.yml
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 292a17f..715c8a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@ jdk:
script:
- travis_retry mvn -B clean
- - travis_retry mvn -B package findbugs:findbugs coveralls:report
+ - travis_retry mvn -B package findbugs:findbugs
+
+# - travis_retry mvn -B package findbugs:findbugs coveralls:report
#after_success:
# - mvn sonar:sonar