From 3fef621bb122cb892e6b582d781b782774e5c783 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 24 Jan 2016 15:00:16 +0100 Subject: [PATCH] Disable Travis-CI shallow clones. This feature messes up with our Git checking history. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b557aeea..77dcb1ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,12 @@ addons: - ruby-dev - ruby-minitest +# Travis does shallow clones, but we use the Git history +# for check-copyright. Disable shallow clones; our whole +# history is about 5 MiB anyway. +git: + depth: 9999999 + before_install: - .travis/before_install.sh - ./bootstrap