From: Daira Hopwood Date: Sat, 7 Feb 2015 02:45:10 +0000 (+0000) Subject: .travis.yml: add "sudo: false" option, to attempt to resolve "Connection reset by... X-Git-Tag: allmydata-tahoe-1.10.1a1~71 X-Git-Url: https://git.rkrishnan.org/banana.xhtml?a=commitdiff_plain;h=ce7a867b22ede846f215e5977e16aef8caa8c197;p=tahoe-lafs%2Ftahoe-lafs.git .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 --- diff --git a/.travis.yml b/.travis.yml index 36356b2b..5e791536 100644 --- 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"