This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch 2.6.7-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/2.6.7-release by this push:
new eac84b2 Add quiet mode for Maven build since Dubbo 2.6.7 (#4559)
eac84b2 is described below
commit eac84b290f82bb5346a449a973315b6860a9e665
Author: Mercy Ma <[email protected]>
AuthorDate: Fri Jul 12 15:20:35 2019 +0800
Add quiet mode for Maven build since Dubbo 2.6.7 (#4559)
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a6c3dcc..e3b327b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ cache:
install: true
script:
- - travis_wait 30 ./mvnw clean install -DskipTests=false
-Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+ - travis_wait 30 ./mvnw clean install -q -DskipTests=false
-Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
after_success:
- bash <(curl -s https://codecov.io/bash)
\ No newline at end of file