From: Gabe Rosenhouse Date: Thu, 6 Oct 2016 03:48:53 +0000 (-0700) Subject: travis: git clone at great depth X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=165ca6f719836da12e6222d7c3609fb3fdb2598f;p=cni.git travis: git clone at great depth ensures that git commits referenced by backwards compatibility tests are always available in CI. --- diff --git a/.travis.yml b/.travis.yml index f36ae27..4683922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: matrix: fast_finish: true - allow_failures: + allow_failures: - go: tip exclude: - go: 1.5.4 @@ -51,3 +51,6 @@ script: notifications: email: false + +git: + depth: 9999999