You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/03/10 12:57:27 UTC

[syncope] branch SYNCOPE-163-1 updated: wip: fix ci cache

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

mmoayyed pushed a commit to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-163-1 by this push:
     new 5b201f8  wip: fix ci cache
5b201f8 is described below

commit 5b201f887a62c23d68b52d36a6884333fa850d0e
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Tue Mar 10 16:27:14 2020 +0330

    wip: fix ci cache
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a1fa1b3..f73fa25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
   bundler: false
   cargo: false
   directories:
-    - $HOME/.m2
+    - '$HOME/.m2/repository'
 git:
   depth: 2
 env: