Skip to content

Commit

Permalink
Set git clone depth to 10 for Travis to make it faster
Browse files Browse the repository at this point in the history
Some background:
http://blogs.atlassian.com/2014/05/handle-big-repositories-git/
Suggested in #72

github: close #72
  • Loading branch information
kamrik committed Aug 18, 2014
1 parent 3c3b951 commit e8eff3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
git:
depth: 10
node_js:
- "0.10"
before_install: cd cordova-lib
before_install: cd cordova-lib

0 comments on commit e8eff3d

Please sign in to comment.