From: Stephen Finucane Date: Mon, 31 Oct 2016 17:01:38 +0000 (+0000) Subject: travis: Disable sudo X-Git-Tag: v2.0.0-rc1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3137fe212d0eeaaf99a331d8d05cfac37896d38;p=thirdparty%2Fpatchwork.git travis: Disable sudo We don't need it, and disabling it can make builds faster. Disable it. Signed-off-by: Stephen Finucane Reviewed-by: Daniel Axtens --- diff --git a/.travis.yml b/.travis.yml index 618cbe5a..25d150e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +sudo: false + python: - 2.7 - 3.4