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/09/11 04:21:14 UTC

[incubator-dubbo] branch master updated: remove travis cache (#2481)

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 7e5f080  remove travis cache (#2481)
7e5f080 is described below

commit 7e5f080a6aac65d5f80f8f651884652ad314234e
Author: Jerrick Zhu <di...@gmail.com>
AuthorDate: Tue Sep 11 12:21:09 2018 +0800

    remove travis cache (#2481)
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 26e0783..acf5d48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,6 @@ jdk:
   - oraclejdk9
   - oraclejdk8
 
-cache:
-  directories:
-    - '$HOME/.m2/repository'
-
 install: true
 
 script: