You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/08 02:49:40 UTC

[incubator-servicecomb-java-chassis] branch master updated: Revert the change of disable build cache

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f690cb  Revert the change of disable build cache
7f690cb is described below

commit 7f690cbc6ef3dc8736e3f3dd6d13ea562be4e96b
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jun 8 10:22:02 2018 +0800

    Revert the change of disable build cache
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index a85c7f8..0c86692 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ sudo: required
 language: java
 services:
 - docker
+cache:
+  directories:
+  - "$HOME/.m2"
 install: true
 jobs:
   include:

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.