From: Ben Darnell Date: Fri, 25 Jul 2014 02:28:45 +0000 (-0400) Subject: Add "sudo: false" to .travis.yml in an attempt to stop the random build failures. X-Git-Tag: v4.1.0b1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1635b4093fbb7838114cf13f4540c2017f72e15a;p=thirdparty%2Ftornado.git Add "sudo: false" to .travis.yml in an attempt to stop the random build failures. --- diff --git a/.travis.yml b/.travis.yml index c32036d4a..55afe4db9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,3 +62,8 @@ script: after_success: coveralls + +# This reportedly works around an issue downloading packages from pypi on +# travis. Consider removing this after the underlying issue is fixed. +# https://github.com/travis-ci/travis-ci/issues/2389 +sudo: false