Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas Bosman <github@nazgul.nu>2014-09-01 12:18:49 +0400
committerBas Bosman <github@nazgul.nu>2014-09-01 12:18:49 +0400
commit0531d1a776952576b331deb2b1b75f8b70076ada (patch)
tree66937f36367a8069115729e26232caf5708b10c2 /.travis.yml
parentfe896923fce4ec29f09055b4778ebc64eda8fccc (diff)
Set git clone depth to 10 for Travis to make it faster
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 80d2409a70..d98b38c0c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: node_js
+git:
+ depth: 10
node_js:
- "0.10"
before_install: