Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 099fd712c -> 625e2217c


add dependency cache in travis


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

Branch: refs/heads/master
Commit: 68a95ad8fb3353c8d06ca54757f15eaaf5230dfd
Parents: 3d96544
Author: Injun Song <[email protected]>
Authored: Thu Dec 8 16:16:00 2016 +0900
Committer: Injun Song <[email protected]>
Committed: Thu Dec 8 16:16:00 2016 +0900

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/68a95ad8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0a3a1b0..d43ad47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ env:
 cache:
   directories:
   - $HOME/hbase-$HBASE_VERSION
+  - $HOME/.sbt
+  - $HOME/.m2/repository
+  - $HOME/.ivy2
 
 scala:
   - 2.11.8

Reply via email to