diff options
author | raveit65 <[email protected]> | 2019-11-24 17:10:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 17:11:12 +0100 |
commit | 550a034a2222d22fea349171e5ad4693e4249503 (patch) | |
tree | 8a1bfea604198ef88561d17203c6900c1718d18c /.travis.yml | |
parent | 54508e09d2ebb889c23f80b0a9452cb445c17491 (diff) | |
download | mate-applets-550a034a2222d22fea349171e5ad4693e4249503.tar.bz2 mate-applets-550a034a2222d22fea349171e5ad4693e4249503.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 bedd0135..ebf1c8c1 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" ########################################################## |