Work around a Travis-CI configuration change.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-11-27 16:37:25 +00:00
parent c0a2af5d69
commit 4457b97471

View File

@ -4,6 +4,8 @@ python:
- "2.6"
before_install:
- sh -c set
- git config --global user.email "travis-tahoe@tahoe-lafs.org"
- git config --global user.name "Travis Tahoe"
- git pull --depth=1000
- python misc/build_helpers/show-tool-versions.py
install: