diff options
author | raveit65 <[email protected]> | 2019-11-24 17:06:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 17:06:30 +0100 |
commit | ff9f4191a3330f97a7d2dc01607527695472a65f (patch) | |
tree | 22e5f06721c92fd12c118b8b5238cfa1a0d7a060 /.travis.yml | |
parent | 03a25244d3582778cfca17ad19d9acd76865010a (diff) | |
download | mate-control-center-ff9f4191a3330f97a7d2dc01607527695472a65f.tar.bz2 mate-control-center-ff9f4191a3330f97a7d2dc01607527695472a65f.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 2ef3efae..56731a76 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" ########################################################## |