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

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


The following commit(s) were added to refs/heads/master by this push:
     new f720ccb  fix travis cov (#2337)
f720ccb is described below

commit f720ccb965d490e6cc328af8d3e9820cb6eaf8f7
Author: Jerrick Zhu <diecui1...@gmail.com>
AuthorDate: Thu Aug 23 16:37:08 2018 +0800

    fix travis cov (#2337)
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3e5e249..fe60e30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,10 @@ cache:
   directories:
     - '$HOME/.m2/repository'
 
-install:
-  - ./mvnw clean install -DskipTests=true -Dcheckstyle.skip=true 
-Drat.skip=true -Dmaven.javadoc.skip=true
+install: true
 
 script:
-  - travis_wait 30 ./mvnw test
+  - travis_wait 30 ./mvnw clean package -DskipTests=false 
-Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)

Reply via email to