diff options
| author | Bas Bosman <[email protected]> | 2014-09-01 10:18:49 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-09-01 10:18:49 +0200 |
| commit | 0531d1a776952576b331deb2b1b75f8b70076ada (patch) | |
| tree | 66937f36367a8069115729e26232caf5708b10c2 | |
| parent | fe896923fce4ec29f09055b4778ebc64eda8fccc (diff) | |
| download | bootstrap-0531d1a776952576b331deb2b1b75f8b70076ada.tar.xz bootstrap-0531d1a776952576b331deb2b1b75f8b70076ada.zip | |
Set git clone depth to 10 for Travis to make it faster
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 80d2409a7..d98b38c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js +git: + depth: 10 node_js: - "0.10" before_install: |
