You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/06/08 17:31:22 UTC

incubator-predictionio git commit: [PIO-65] Cache downloaded JARs in Travis build

Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop 3330013b9 -> d8ff7c2f7


[PIO-65] Cache downloaded JARs in Travis build

Closes #383


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

Branch: refs/heads/develop
Commit: d8ff7c2f7bc2826b0a6f70ee7127d3fb6312edd2
Parents: 3330013
Author: Naoki Takezoe <ta...@apache.org>
Authored: Thu Jun 8 10:30:00 2017 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Thu Jun 8 10:30:00 2017 -0700

----------------------------------------------------------------------
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/d8ff7c2f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c8b7826..2d2d32e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,11 @@ services:
 
 sudo: required
 
-cache: false
+cache:
+  directories:
+    - $HOME/.ivy2/cache
+    - $HOME/.sbt/boot
+    - $HOME/.sbt/launchers
 
 env:
   matrix: