aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Warren2016-02-03 11:41:34 -0600
committerTom Rini2016-02-08 09:10:50 -0600
commite4c1b4d8c1a8d92454f624ffd509057d9bd6ef36 (patch)
tree392a9272dce6ac1d0955945cc5eef9bbd41ba586 /.travis.yml
parent859f1437156b60dc0655917d067fec566885ac96 (diff)
downloadu-boot-e4c1b4d8c1a8d92454f624ffd509057d9bd6ef36.tar.gz
u-boot-e4c1b4d8c1a8d92454f624ffd509057d9bd6ef36.tar.xz
u-boot-e4c1b4d8c1a8d92454f624ffd509057d9bd6ef36.zip
.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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 67674e2f58..8caaeb3455 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@
3 3
4# build U-Boot on Travis CI - https://travis-ci.org/ 4# build U-Boot on Travis CI - https://travis-ci.org/
5 5
6sudo: true
7
6language: c 8language: c
7 9
8addons: 10addons: