projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a2af5
)
Work around a Travis-CI configuration change.
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 27 Nov 2014 16:37:25 +0000
(16:37 +0000)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index e9116a0d462c3a457a6c5667ecbdd7d4004f0208..36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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: