From 02da44691459195ebed32d08dd30cb0586f417c2 Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Sun, 9 Apr 2017 02:14:46 +0200 Subject: [PATCH] chore(ci): limit git clone depth (#1269) This may speed up cloning on CI services by reducing the clone depth. Change-Type: patch --- .travis.yml | 3 +++ appveyor.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9583c8fe..e27f361a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ sudo: false node_js: - "6.1.0" +git: + depth: 3 + services: - docker diff --git a/appveyor.yml b/appveyor.yml index 10f5b6cc..84faa2d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,8 @@ environment: - TARGET_ARCH: x64 - TARGET_ARCH: x86 +clone_depth: 3 + matrix: fast_finish: true