diff options
author | raveit65 <[email protected]> | 2019-11-24 17:55:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 17:55:47 +0100 |
commit | 301e3c2f54217c869919a570eaa5433126157399 (patch) | |
tree | 4043c28d4dc383019b9fdaf31d84aba6705d823c /.travis.yml | |
parent | b27afbf4795f49cc5be49afdcc6de8cf40d04d04 (diff) | |
download | mate-sensors-applet-301e3c2f54217c869919a570eaa5433126157399.tar.bz2 mate-sensors-applet-301e3c2f54217c869919a570eaa5433126157399.tar.xz |
travis ci: use fedora:latest
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 5c3e308..2062ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="fedora:30" + - DISTRO="fedora:latest" - DISTRO="ubuntu:19.10" ########################################################## |