From ce7a867b22ede846f215e5977e16aef8caa8c197 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Sat, 7 Feb 2015 02:45:10 +0000
Subject: [PATCH] .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>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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