]> git.sur5r.net Git - u-boot/commitdiff
travis-ci: Switch to Ubuntu 14.04 'Trusty Tahr'
authorTom Rini <trini@konsulko.com>
Thu, 20 Oct 2016 15:03:19 +0000 (11:03 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:06:26 +0000 (08:06 -0400)
In order to make other various improvements, update to the latest
environment travis-ci supports.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
.travis.yml

index 18bf2ed4fcdbca85aa30226e986a3ffbc49a37ec..845f6cad9400dada7bd76c56983fbd38cd4307c3 100644 (file)
@@ -3,7 +3,8 @@
 
 # build U-Boot on Travis CI - https://travis-ci.org/
 
-sudo: true
+sudo: required
+dist: trusty
 
 language: c