From a8e1eaa51249148a40521ec7e816d45f7f5bdee1 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 3 Sep 2015 08:17:54 -0700 Subject: [PATCH] Fix shallow clone in travis-ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 39d83d34..90ed92e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ script: tox before_install: - git config --global user.name "Travis CI" - git config --global user.email "user@example.com" + # Our tests inspect some of *our* git history + - git fetch --unshallow after_success: - coveralls sudo: false