diff options
author | Pablo Barciela <[email protected]> | 2020-03-21 18:48:23 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-21 19:11:44 +0100 |
commit | 3303d8d0a10195efb80b2a7f9257876d55bfc07f (patch) | |
tree | e00c27b90b51a160f952bcbc6ef0ad3c36945d79 | |
parent | 5a8b86e1ceed2c7c1850d03bc177407c3f66aa2e (diff) | |
download | mate-power-manager-3303d8d0a10195efb80b2a7f9257876d55bfc07f.tar.bz2 mate-power-manager-3303d8d0a10195efb80b2a7f9257876d55bfc07f.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" |