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:
9f2ffc3
)
.travis.yml: add "sudo: false" option, to attempt to resolve "Connection reset by...
author
Daira Hopwood
<daira@jacaranda.org>
Sat, 7 Feb 2015 02:45:10 +0000
(
02:45
+0000)
committer
Daira Hopwood
<daira@jacaranda.org>
Sat, 7 Feb 2015 02:45:10 +0000
(
02:45
+0000)
See https://github.com/travis-ci/travis-ci/issues/2389 .
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b..5e7915360c9aeee46f8833ba20a2b51ab8d84b56 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-2,6
+2,7
@@
language: python
python:
- "2.7"
- "2.6"
+sudo: false
before_install:
- sh -c set
- git config --global user.email "travis-tahoe@tahoe-lafs.org"