Repository: incubator-predictionio Updated Branches: refs/heads/release/0.10.0 b1ba52a80 -> 01f5bef5a
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/release/0.10.0 Commit: 01f5bef5ace96302231a0bae0218401f0d58ffdf Parents: b1ba52a Author: Donald Szeto <[email protected]> Authored: Fri Sep 30 12:18:59 2016 -0700 Committer: Donald Szeto <[email protected]> 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:
