From 53fc7da2ab68644fa8ac5287b157b50c6656ec20 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 27 Feb 2015 23:59:18 +0000 Subject: [PATCH] .travis.yml: emove 'sudo: false' as requested by https://github.com/travis-ci/travis-ci/issues/2389#issuecomment-76202191 Signed-off-by: Daira Hopwood --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e791536..36356b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ 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