You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/08/16 02:01:57 UTC

[incubator-dubbo] branch master updated: change travis ci configuration (#2306)

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 768f5f3  change travis ci configuration (#2306)
768f5f3 is described below

commit 768f5f3975b6484f1e9b49d0f32de4009ae3b47f
Author: Jerrick Zhu <di...@gmail.com>
AuthorDate: Thu Aug 16 10:01:54 2018 +0800

    change travis ci configuration (#2306)
---
 .travis.yml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6922853..970851f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,15 @@ jdk:
     - oraclejdk9
     - oraclejdk8
 
-script:
-    - travis_wait 30 ./mvnw clean package -Dcheckstyle.skip=false -Drat.skip=false
+cache:
+  directories:
+  - '$HOME/.m2/repository'
+
+ install:
+  - ./mvnw clean install -DskipTests=true -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+
+ script:
+    - travis_wait 30 ./mvnw test
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)