diff options
author | raveit65 <[email protected]> | 2019-11-24 12:19:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:20:01 +0100 |
commit | e59eee702d12f1f973e4f13324adb737aa459e87 (patch) | |
tree | 384fe5a216544b9d67b729fe2c666b7701bc97bc /.travis.yml | |
parent | 31d6b939203167bcf76886fd3fd66f2f86d93c03 (diff) | |
download | mate-session-manager-e59eee702d12f1f973e4f13324adb737aa459e87.tar.bz2 mate-session-manager-e59eee702d12f1f973e4f13324adb737aa459e87.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 4523cd0..bddca0c 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" ########################################################## |