diff options
author | raveit65 <[email protected]> | 2019-11-24 12:16:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:16:45 +0100 |
commit | 31161a4f82c48db9eebad306d0e139a9654ad093 (patch) | |
tree | 0e28d4d5dae21efd0f490d6ff919e8cfb647a481 /.travis.yml | |
parent | da8e25a853096997d568d471e81eee2a337d0f92 (diff) | |
download | mate-screensaver-31161a4f82c48db9eebad306d0e139a9654ad093.tar.bz2 mate-screensaver-31161a4f82c48db9eebad306d0e139a9654ad093.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 78125d8..78783e0 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" ########################################################## |