Skip to content

Commit

Permalink
.travis.yml: explicitly request sudo
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Andreas Färber <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
  • Loading branch information
nvswarren authored and trini committed Feb 8, 2016
1 parent 859f143 commit e4c1b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# build U-Boot on Travis CI - https://travis-ci.org/

sudo: true

language: c

addons:
Expand Down

0 comments on commit e4c1b4d

Please sign in to comment.