diff options
author | raveit65 <[email protected]> | 2019-11-24 14:48:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 14:48:02 +0100 |
commit | deaa63f7703fa9358239df04846155a4f3f30b6e (patch) | |
tree | 47dd5d4c50f50b02c49cfa176fef54322efca608 /.travis.yml | |
parent | 5559ef765a143835519e876b42fe2a61a9f33ccf (diff) | |
download | mate-backgrounds-deaa63f7703fa9358239df04846155a4f3f30b6e.tar.bz2 mate-backgrounds-deaa63f7703fa9358239df04846155a4f3f30b6e.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 92b02a1..996a9fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ deploy: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="fedora:30" + - DISTRO="fedora:latest" - DISTRO="ubuntu:19.10" ########################################################## |