You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/06/01 09:32:47 UTC

cayenne git commit: .travis.yml disable cache

Repository: cayenne
Updated Branches:
  refs/heads/master db8a4a577 -> eb250373a


.travis.yml disable cache


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

Branch: refs/heads/master
Commit: eb250373afd9f7c555577eab13fdde42396b8b8e
Parents: db8a4a5
Author: Nikita Timofeev <st...@gmail.com>
Authored: Fri Jun 1 12:32:41 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Fri Jun 1 12:32:41 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/eb250373/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a8b98b4..028bf79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,6 @@ script:
 # prevent Travis from unneeded "mvn install" run
 install: /bin/true
 
-cache:
-  directories:
-    - $HOME/.m2
+#cache:
+#  directories:
+#    - $HOME/.m2