diff options
author | raveit65 <[email protected]> | 2019-11-24 12:13:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:13:30 +0100 |
commit | 144edc11b717ec120741ae6566234b07b52efc46 (patch) | |
tree | 52491cf8beb3f3332e16d5d38492b04831128659 | |
parent | c66d40b783fba0658adce9c6822a01ebc9d09ea5 (diff) | |
download | mate-polkit-144edc11b717ec120741ae6566234b07b52efc46.tar.bz2 mate-polkit-144edc11b717ec120741ae6566234b07b52efc46.tar.xz |
travis ci: use fedora:latest
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a908cba..4a36ac7 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" ########################################################## |