diff options
author | Pablo Barciela <[email protected]> | 2020-03-21 18:53:58 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-21 19:18:46 +0100 |
commit | 1568e4746a7346dbe2638b5ed61f65f6c2039ffa (patch) | |
tree | 3bad96f60f7724eec8b17cab5614f1eb51e2103e /.travis.yml | |
parent | 820fd567988fa298d8be5f616413f8f9718925f4 (diff) | |
download | mate-screensaver-1568e4746a7346dbe2638b5ed61f65f6c2039ffa.tar.bz2 mate-screensaver-1568e4746a7346dbe2638b5ed61f65f6c2039ffa.tar.xz |
Travis CI: use Ubuntu 20.04 instead 19.10
Diffstat (limited to '.travis.yml')
-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" |