diff options
author | Pablo Barciela <[email protected]> | 2020-03-25 18:14:18 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-25 18:43:40 +0100 |
commit | 28f4b50a1d56341e2bfc2a87ff18935ff8d2eea4 (patch) | |
tree | f114113b0a3816b5915f4e26fc0b52be5f1e0075 | |
parent | 1e11d8a2f2d9e2163c4344611dd0047899701d89 (diff) | |
download | mate-settings-daemon-28f4b50a1d56341e2bfc2a87ff18935ff8d2eea4.tar.bz2 mate-settings-daemon-28f4b50a1d56341e2bfc2a87ff18935ff8d2eea4.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" |