From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramon Fried Date: Mon, 15 Jul 2019 03:26:27 +0300 Subject: [U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial Message-ID: <20190715002627.17448-1-rfried.dev@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de trusty is getting old, move to xenial (16.04) to get updated gcc and other tools. Signed-off-by: Ramon Fried --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c21bbbbca4..1640fbb6dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ # build U-Boot on Travis CI - https://travis-ci.org/ sudo: required -dist: trusty +dist: xenial language: c -- 2.22.0