From: Stephen Warren Date: Wed, 3 Feb 2016 17:41:34 +0000 (-0700) Subject: .travis.yml: explicitly request sudo X-Git-Tag: v2016.03-rc2~56 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e4c1b4d8c1a8d92454f624ffd509057d9bd6ef36;p=u-boot .travis.yml: explicitly request sudo Without this, builds default to using new Travis CI infra-structure which does no allow sudo. The builds need sudo in order to install the ELDK compilers. Consequently, almost all builds fail without this. I suspect that existing Travis CI users have not noticed this because their accounts or builds have been grand-fathered into backwards- compatible default settings, whereas I just set up a new build from scratch and received new default settings. Cc: Wolfgang Denk Cc: Heiko Schocher Cc: Tom Rini Cc: Daniel Schwierzeck Cc: Andreas Färber Signed-off-by: Stephen Warren Acked-by: Heiko Schocher --- diff --git a/.travis.yml b/.travis.yml index 67674e2f58..8caaeb3455 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ # build U-Boot on Travis CI - https://travis-ci.org/ +sudo: true + language: c addons: