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/523d39b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/523d39b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/523d39b4 Branch: refs/heads/master Commit: 523d39b44c94605c02603281e91798bbe4a2253d Parents: 099fd71 Author: Injun Song <[email protected]> Authored: Thu Dec 8 16:16:00 2016 +0900 Committer: Injun Song <[email protected]> Committed: Fri Dec 9 11:02:45 2016 +0900 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/523d39b4/.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
