You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/01/25 05:57:18 UTC

[incubator-dubbo-ops] branch develop updated: update travis ci

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 12b7fc9  update travis ci
12b7fc9 is described below

commit 12b7fc932dddfd4905f1ba84bbf65f08c88877c3
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Fri Jan 25 13:57:23 2019 +0800

    update travis ci
---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7d06826..414bb88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,11 @@ jdk:
     - oraclejdk8
     - oraclejdk11
 
-before_install:
-    - ./mvnw checkstyle:check
+cache:
+  directories:
+    - $HOME/.m2
+
+install: true
 
 script:
     - travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=false -Dmaven.javadoc.skip=true