diff options
author | raveit65 <[email protected]> | 2019-11-24 12:13:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:14:19 +0100 |
commit | 87181e41f50ddde164cc77154d5a3eb8d31c280b (patch) | |
tree | efb285322fd064440b0ebff2dc8b14b0506a5b50 | |
parent | 637605e29b999d413c612001f8b05b60094f4c18 (diff) | |
download | mate-polkit-87181e41f50ddde164cc77154d5a3eb8d31c280b.tar.bz2 mate-polkit-87181e41f50ddde164cc77154d5a3eb8d31c280b.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 81fdd4e..dd94a06 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" ########################################################## |