You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/09/05 20:14:15 UTC

[10/50] git commit: Set git clone depth to 10 for Travis to make it faster

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/3de053cb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/3de053cb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/3de053cb

Branch: refs/heads/master
Commit: 3de053cb83ccdc934f19ab4e4985b4888983624a
Parents: 985b3bb
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Mon Aug 18 10:38:56 2014 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 5 11:12:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3de053cb/.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