From 165ca6f719836da12e6222d7c3609fb3fdb2598f Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Wed, 5 Oct 2016 20:48:53 -0700 Subject: [PATCH] travis: git clone at great depth ensures that git commits referenced by backwards compatibility tests are always available in CI. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f36ae27d..4683922d 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