mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
.travis.yml: add "sudo: false" option, to attempt to resolve "Connection reset by peer" problems during build.
See https://github.com/travis-ci/travis-ci/issues/2389 . Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
9f2ffc3458
commit
ce7a867b22
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user