]> git.ipfire.org Git - people/ms/u-boot.git/commit
.travis.yml: explicitly request sudo
authorStephen Warren <swarren@nvidia.com>
Wed, 3 Feb 2016 17:41:34 +0000 (10:41 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 Feb 2016 15:10:50 +0000 (10:10 -0500)
commite4c1b4d8c1a8d92454f624ffd509057d9bd6ef36
tree392a9272dce6ac1d0955945cc5eef9bbd41ba586
parent859f1437156b60dc0655917d067fec566885ac96
.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 <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Heiko Schocher <hs@denx.de>
.travis.yml