This is necessary, as we use the repo's history as test data, so we need to make sure we have the full history.
@@ -2,5 +2,6 @@ sudo: false
language: go
before_install:
- git config --global user.email "user@example.com"
+ - git fetch --unshallow
- git fetch origin +refs/notes/devtools/*:refs/notes/devtools/*
- git fetch origin +refs/heads/master:refs/heads/master