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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new d1ea5e0  try to fix travis javax.ex dependency issue
d1ea5e0 is described below

commit d1ea5e0c84d4b72201aa8d87756141598d11d978
Author: ken.lj <[email protected]>
AuthorDate: Wed Sep 18 17:51:45 2019 +0800

    try to fix travis javax.ex dependency issue
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 624ca6c..52b86da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,11 @@ cache:
 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 -Dcheckstyle.skip=false -Drat.skip=false 
-Dmaven.javadoc.skip=true
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)
 
 after_failure:
-  - if [ -f dubbo.log ]; then echo "------TAIL of dubbo.log------"; tail -n 
1000 dubbo.log; echo "------END of dubbo.log------"; fi
+  - echo "build failed!"

Reply via email to