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 2016/10/07 22:08:29 UTC

[48/50] [abbrv] incubator-predictionio git commit: Disable Travis cache for now

Disable Travis cache for now


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

Branch: refs/heads/master
Commit: 01f5bef5ace96302231a0bae0218401f0d58ffdf
Parents: b1ba52a
Author: Donald Szeto <do...@apache.org>
Authored: Fri Sep 30 12:18:59 2016 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Fri Sep 30 12:18:59 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/01f5bef5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b4d0e5f..68dee42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,13 +46,15 @@ services:
 
 sudo: required
 
-cache:
-  directories:
-    - $HOME/.ivy2/cache
-    - $HOME/.sbt/boot
-before_cache:
-  - find $HOME/.ivy2 -name "ivydata-*.properties" -delete
-  - find $HOME/.sbt -name "*.lock" -delete
+# cache:
+#   directories:
+#     - $HOME/.ivy2/cache
+#     - $HOME/.sbt/boot
+# before_cache:
+#   - find $HOME/.ivy2 -name "ivydata-*.properties" -delete
+#   - find $HOME/.sbt -name "*.lock" -delete
+
+cache: false
 
 env:
   global: