diff options
author | raveit65 <[email protected]> | 2019-11-24 17:06:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 17:07:18 +0100 |
commit | 1b8d562e0cb29b91724ee70722809033e0354124 (patch) | |
tree | 4e00dc671a4731310837c826b395883355c968c3 /.travis.yml | |
parent | a6f3920a9a86d61071cc58080747dd3da93a3973 (diff) | |
download | mate-control-center-1b8d562e0cb29b91724ee70722809033e0354124.tar.bz2 mate-control-center-1b8d562e0cb29b91724ee70722809033e0354124.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 27a90b03..3e9d6a50 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" ########################################################## |