chore(ci): limit git clone depth (#1269)

This may speed up cloning on CI services by reducing the clone depth.

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2017-04-09 02:14:46 +02:00 committed by Juan Cruz Viotti
parent 810ced3907
commit 02da446914
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@ sudo: false
node_js:
- "6.1.0"
git:
depth: 3
services:
- docker

View File

@ -19,6 +19,8 @@ environment:
- TARGET_ARCH: x64
- TARGET_ARCH: x86
clone_depth: 3
matrix:
fast_finish: true