You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/12/02 09:57:16 UTC

[16/17] incubator-s2graph git commit: cache

cache


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/bed63131
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/bed63131
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/bed63131

Branch: refs/heads/master
Commit: bed63131d02845f1a655ee381197b86e804e0940
Parents: 69961be
Author: Injun Song <ij...@gmail.com>
Authored: Fri Dec 2 17:02:19 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Fri Dec 2 17:02:19 2016 +0900

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/bed63131/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0140a21..0a3a1b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ env:
 
 cache:
   directories:
-  - $HOME/hbase
+  - $HOME/hbase-$HBASE_VERSION
 
 scala:
   - 2.11.8