]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Work around a Travis-CI configuration change.
authorDaira Hopwood <daira@jacaranda.org>
Thu, 27 Nov 2014 16:37:25 +0000 (16:37 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 27 Nov 2014 16:37:25 +0000 (16:37 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml

index e9116a0d462c3a457a6c5667ecbdd7d4004f0208..36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b 100644 (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: