From: Daira Hopwood Date: Fri, 27 Feb 2015 23:59:18 +0000 (+0000) Subject: .travis.yml: emove 'sudo: false' as requested by https://github.com/travis-ci/travis... X-Git-Tag: allmydata-tahoe-1.10.1a1~61 X-Git-Url: https://git.rkrishnan.org/about.html?a=commitdiff_plain;h=53fc7da2ab68644fa8ac5287b157b50c6656ec20;p=tahoe-lafs%2Ftahoe-lafs.git .travis.yml: emove 'sudo: false' as requested by https://github.com/travis-ci/travis-ci/issues/2389#issuecomment-76202191 Signed-off-by: Daira Hopwood --- 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"