diff options
author | Pablo Barciela <[email protected]> | 2020-03-21 16:50:19 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-21 16:50:19 +0100 |
commit | ca43fc808a7777281f1d34fc81f71437909e2885 (patch) | |
tree | 3998ca781be336d8003397a60040f5626f755e02 | |
parent | a61f595b052e7384fafb8d8363f6899297a710dd (diff) | |
download | mate-power-manager-ca43fc808a7777281f1d34fc81f71437909e2885.tar.bz2 mate-power-manager-ca43fc808a7777281f1d34fc81f71437909e2885.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 22bd2b3..1ca9786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,5 +56,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" - + - DISTRO="ubuntu:devel" |