Re: [U-Boot] [PATCH v2] travis.yml: change Ubuntu version to xenial

2019-09-20 Thread Tom Rini
On Mon, Aug 12, 2019 at 08:43:38PM +0300, Ramon Fried wrote: > trusty is getting old, move to xenial (16.04) > to get updated gcc and other tools. > > Signed-off-by: Ramon Fried Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

[U-Boot] [PATCH v2] travis.yml: change Ubuntu version to xenial

2019-08-12 Thread Ramon Fried
trusty is getting old, move to xenial (16.04) to get updated gcc and other tools. Signed-off-by: Ramon Fried --- v2: update llvm-toolchain also to xenial .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d330dda5b1..59d2e97fe0 1