You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/08/19 15:17:51 UTC

git commit: Set git clone depth to 10 for Travis to make it faster

Repository: cordova-lib
Updated Branches:
  refs/heads/master 3c3b951b9 -> e8eff3df9


Set git clone depth to 10 for Travis to make it faster

Some background:
http://blogs.atlassian.com/2014/05/handle-big-repositories-git/
Suggested in https://github.com/apache/cordova-lib/pull/72

github: close #72


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

Branch: refs/heads/master
Commit: e8eff3df960f937c3c999dfabda2147937cdef22
Parents: 3c3b951
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Mon Aug 18 10:38:56 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Mon Aug 18 10:38:56 2014 -0400

----------------------------------------------------------------------
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e8eff3df/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f96ddca..3cf588b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
 language: node_js
+git:
+  depth: 10
 node_js:
   - "0.10"
-before_install: cd cordova-lib
\ No newline at end of file
+before_install: cd cordova-lib