travis: git clone at great depth
authorGabe Rosenhouse <grosenhouse@pivotal.io>
Thu, 6 Oct 2016 03:48:53 +0000 (20:48 -0700)
committerGabe Rosenhouse <grosenhouse@pivotal.io>
Thu, 6 Oct 2016 03:48:53 +0000 (20:48 -0700)
ensures that git commits referenced by backwards compatibility tests are
always available in CI.

.travis.yml

index f36ae27..4683922 100644 (file)
@@ -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