.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:
Daira Hopwood 2015-02-07 02:45:10 +00:00
parent 9f2ffc3458
commit ce7a867b22

View File

@ -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"