diff options
author | Pablo Barciela <[email protected]> | 2020-03-12 20:45:52 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-12 20:57:42 +0100 |
commit | b5648ae0a7152d1349984e7ab67815fce836e776 (patch) | |
tree | 1bf56c46d7c4f82d467dd72ff829575b691233a7 | |
parent | a99199d143fbd1fe4eb8bdea007e42b11426b0ab (diff) | |
download | libmatemixer-b5648ae0a7152d1349984e7ab67815fce836e776.tar.bz2 libmatemixer-b5648ae0a7152d1349984e7ab67815fce836e776.tar.xz |
Travis CI: use Ubuntu 20.04 instead 19.10
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 74c785b..cb00516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" + - DISTRO="ubuntu:20.04" |