You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/01/30 11:28:39 UTC

[dubbo-spi-extensions] 27/39: 修改CI脚本

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch 2.7.x
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git

commit 048bce4bedb43f714cc969c01e87af8f1b4bfbe3
Author: qq213539 <21...@qq.com>
AuthorDate: Wed Dec 23 15:49:30 2020 +0800

    修改CI脚本
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f13d3e6..89959b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,8 @@ install: true
 
 script:
   - rm -rf $HOME/.m2/repository/org/glassfish/javax.el/3.0.1-b08
-  - travis_wait 30 ./mvnw --batch-mode --no-transfer-progress clean install -DskipTests=false -DskipIntegrationTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+  - cd ./dubbo-api-docs
+  - travis_wait 30 mvn clean install -DskipTests=false -DskipIntegrationTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)