From: Tom Rini Date: Thu, 20 Oct 2016 15:03:19 +0000 (-0400) Subject: travis-ci: Switch to Ubuntu 14.04 'Trusty Tahr' X-Git-Tag: v2016.11-rc3~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2bb76f33e9ee7ca6f086ee98d6cfbf28b8c8d90a;p=u-boot travis-ci: Switch to Ubuntu 14.04 'Trusty Tahr' In order to make other various improvements, update to the latest environment travis-ci supports. Signed-off-by: Tom Rini Acked-by: Stephen Warren Reviewed-by: Heiko Schocher --- diff --git a/.travis.yml b/.travis.yml index 18bf2ed4fc..845f6cad94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ # build U-Boot on Travis CI - https://travis-ci.org/ -sudo: true +sudo: required +dist: trusty language: c