diff options
author | Pablo Barciela <[email protected]> | 2020-03-24 03:11:32 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-24 03:24:09 +0100 |
commit | da42e7b603f6ff76d8494aa94b9d6184f2e8e064 (patch) | |
tree | 88412f4e33f873a07364c502697c7d469edfbaec /.travis.yml | |
parent | 89ba027a8c8185664f31459e2c42b7da322c8252 (diff) | |
download | mate-sensors-applet-da42e7b603f6ff76d8494aa94b9d6184f2e8e064.tar.bz2 mate-sensors-applet-da42e7b603f6ff76d8494aa94b9d6184f2e8e064.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" |