travis: upgrade distribution to Ubuntu 20.04

The current default Travis default is 16.04 which is obsolete.

From https://github.com/thesofproject/linux/pull/2402

> Everyone uses 20.04, period. SOF CI also uses 20.04.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2020-09-19 21:20:35 +00:00 committed by Liam Girdwood
parent aa20048e92
commit 0a247928bb
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
# yaml merge-expand .travis.yml exp.yml && diff -b -u .travis.yml exp.yml
language: c
# Ubuntu 20.04 LTS
dist: focal
git:
depth: false